In This Article

INamespaceDefinitionCollection Interface

Provides the base requirements for a collection of INamespaceDefinition objects.

public interface INamespaceDefinitionCollection : IObservableCollection<INamespaceDefinition>

Properties

this[string, bool]

Gets the INamespaceDefinition with the specified name.

[C#] In C#, this property is the indexer for the INamespaceDefinitionCollection interface.

INamespaceDefinition this[string name, bool caseSensitive] { get; }
Parameter Type Description
name string

The name of the INamespaceDefinition to return.

caseSensitive bool

Whether to perform a case-sensitive name search.

Property Value

INamespaceDefinition:

The INamespaceDefinition with the specified name.

Inherited Members