In This Article

INamespaceDefinitionCollection Interface

Provides the base requirements for a collection of INamespaceDefinition objects.

public interface INamespaceDefinitionCollection : IObservableCollection<INamespaceDefinition>

Properties

this[string, bool]

The INamespaceDefinition with the specified name.

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

Inherited Members

Extension Methods