System.Runtime.Remoting.Messaging.MethodResponse.GetOutArgName C# (CSharp) Method

GetOutArgName() public method

public GetOutArgName ( int index ) : String
index int
return String
        public String GetOutArgName(int index) 
        { 
            if (argMapper == null) argMapper = new ArgMapper(this, true);
            return argMapper.GetArgName(index);
        }
    /// <internalonly/>