PERWAPI.TypeInstr.GetTypeArg C# (CSharp) Method

GetTypeArg() public method

public GetTypeArg ( ) : Type
return Type
        public Type GetTypeArg()
        {
            return theType;
        }