IKVM.Reflection.Type.MakePointerType C# (CSharp) Méthode

MakePointerType() public méthode

public MakePointerType ( ) : Type
Résultat Type
        public Type MakePointerType()
        {
            return PointerType.Make(this, null, null);
        }