IKVM.Reflection.Type.MakePointerType C# (CSharp) Метод

MakePointerType() публичный Метод

public MakePointerType ( ) : Type
Результат Type
        public Type MakePointerType()
        {
            return PointerType.Make(this, null, null);
        }