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);
        }