ASN1C C# Runtime Library
7.7
|
Public Member Functions | |
IntHolder () | |
IntHolder (int value) | |
Public Attributes | |
int | mValue |
A Holder class for an int
that is used to store "out" and "inout" parameters in methods. If a method has an int
as an "out" or "inout" parameter, the programmer must pass an instance of IntHolder
as the corresponding parameter in the method invocation; for "inout" parameters, the programmer must also fill the "in" value.
myIntHolder.mValue
. IntHolder | ( | int | value | ) |
This constructor will intialize IntHolder class with specified int value.
value | int value |
int mValue |
This member variable is where the int value is stored.
Referenced by Asn1Type._SetLicLocation(), Asn1BitString.Asn1BitString(), Asn1UniversalString.Asn1UniversalString(), Asn1AbstractTime.CompareTo(), Asn1BerDecodeBuffer.DecodeEnumValue(), Asn1AbstractTime.Encode(), Asn1BerDecodeContext.MatchElemTag(), Asn1BerDecodeBuffer.MatchTag(), Asn1BerDecodeBuffer.Parse(), Asn1GeneralizedTime.ParseString(), Asn1Value.ParseString(), Asn1UTCTime.ParseString(), Asn1AbstractTime.ParseXmlString(), and Asn1BerDecodeBuffer.ThrowIfUnhandled().