Gets the invocation meta arguments.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
Object[] MetaArguments { get; }
ReadOnly Property MetaArguments As Object() Get
property array<Object^>^ MetaArguments { array<Object^>^ get (); }
/** @property */ Object[] get_MetaArguments()