System.ArgIterator.GetNextArgType C# (CSharp) Method

GetNextArgType() public method

public GetNextArgType ( ) : RuntimeTypeHandle
return RuntimeTypeHandle
        public unsafe RuntimeTypeHandle GetNextArgType() 

        {
            return new RuntimeTypeHandle(_GetNextArgType());
        }