Gets the list of method attributes used to configure the visualization of the SelectedObject's methods.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public ObservableCollection<MethodAttribute> MethodAttributes { get; }
Visual Basic
Public ReadOnly Property MethodAttributes As ObservableCollection(Of MethodAttribute)
	Get

See Also