public static IAsn1Convertible ParseContextBaseUniversal(
Asn1TaggedObjectParser taggedObjectParser,
int tagNo,
bool declaredExplicit,
int baseTagNo
)Public Shared Function ParseContextBaseUniversal (
taggedObjectParser As Asn1TaggedObjectParser,
tagNo As Integer,
declaredExplicit As Boolean,
baseTagNo As Integer
) As IAsn1Convertiblepublic:
static IAsn1Convertible^ ParseContextBaseUniversal(
Asn1TaggedObjectParser^ taggedObjectParser,
int tagNo,
bool declaredExplicit,
int baseTagNo
)Org.BouncyCastle.Asn1.Asn1Utilities.ParseContextBaseUniversal = function(taggedObjectParser, tagNo, declaredExplicit, baseTagNo);