AsmResolver.Tests.Net.TypeNameParserTests.PointerType C# (CSharp) 메소드

PointerType() 개인적인 메소드

private PointerType ( ) : void
리턴 void
        public void PointerType()
        {
            var type = typeof(string).MakePointerType();
            var typeReference = TypeNameParser.ParseType(null, type.AssemblyQualifiedName);
            Utilities.ValidateType(type, typeReference);
        }