AllJoynUnity.AllJoyn.Message.this C# (CSharp) Method

this() public method

public this ( int i ) : MsgArg
i int
return MsgArg
            public MsgArg this[int i]
            {
                get
                {
                    return GetArg(i);
                }
            }