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

PointerTypeSignature() public method

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