Gets or sets the method attributes for the CollectionEditorControl.

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

Syntax

C#
public ObservableCollection<MethodAttribute> MethodAttributes {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property MethodAttributes As ObservableCollection(Of MethodAttribute)
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

Field Value

The method attributes.

See Also