AllJoynUnity.AllJoyn.Message.this C# (CSharp) 메소드

this() 공개 메소드

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