AsmResolver.Net.Signatures.SentinelTypeSignature.SentinelTypeSignature C# (CSharp) Method

SentinelTypeSignature() public method

public SentinelTypeSignature ( TypeSignature baseType ) : System
baseType TypeSignature
return System
        public SentinelTypeSignature(TypeSignature baseType)
            : base(baseType)
        {
        }