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

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

Syntax

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

Remarks

This is a dependency property.

See Also