ITypeDefinitionCollection Interface
Provides the base requirements for a collection of ITypeDefinition objects.
public interface ITypeDefinitionCollection : IObservableCollection<ITypeDefinition>
Properties
this[string]
The ITypeDefinition with the specified name.
ITypeDefinition? this[string name] { get; }
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the ITypeDefinition to return. |
Property Value
Inherited Members
- IObservableCollection<ITypeDefinition>.ItemAdding
- IObservableCollection<ITypeDefinition>.ItemAdded
- IObservableCollection<ITypeDefinition>.ItemRemoving
- IObservableCollection<ITypeDefinition>.ItemRemoved