ITypeMemberDefinitionCollection Interface
Provides the base requirements for a collection of ITypeMemberDefinition objects.
public interface ITypeMemberDefinitionCollection : IObservableCollection<ITypeMemberDefinition>
Properties
this[string, bool]
The collection of ITypeMemberDefinition objects with the specified name, since there may potentially be member overloads with the same name.
IEnumerable<ITypeMemberDefinition>? this[string name, bool caseSensitive] { get; }
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the ITypeMemberDefinition objects to return. |
| caseSensitive | bool | Whether to perform a case-sensitive name search. |
Property Value
Inherited Members
- IObservableCollection<ITypeMemberDefinition>.ItemAdding
- IObservableCollection<ITypeMemberDefinition>.ItemAdded
- IObservableCollection<ITypeMemberDefinition>.ItemRemoving
- IObservableCollection<ITypeMemberDefinition>.ItemRemoved