Gets or sets the method attributes for the CollectionEditorControl.
Namespace:
C1.Silverlight.Extended.PropertyGridAssembly: 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 |