'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property DefaultMethodNodeDescriptor As UANodeDescriptor
'Usage
Dim value As UANodeDescriptor value = UACallArguments.DefaultMethodNodeDescriptor
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static UANodeDescriptor DefaultMethodNodeDescriptor {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property UANodeDescriptor^ DefaultMethodNodeDescriptor { UANodeDescriptor^ get(); }