AsmResolver.Net.Signatures.SentinelTypeSignature.SentinelTypeSignature C# (CSharp) Méthode

SentinelTypeSignature() public méthode

public SentinelTypeSignature ( TypeSignature baseType ) : System
baseType TypeSignature
Résultat System
        public SentinelTypeSignature(TypeSignature baseType)
            : base(baseType)
        {
        }