In This Article

INamespaceDefinitionCollection Interface

Provides the base requirements for a collection of INamespaceDefinition objects.

public interface INamespaceDefinitionCollection : IObservableCollection<INamespaceDefinition>, IList<INamespaceDefinition>, ICollection<INamespaceDefinition>, IEnumerable<INamespaceDefinition>, IEnumerable

Properties

Item[String, Boolean]

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 Boolean

Whether to perform a case-sensitive name search.

Property Value

INamespaceDefinition:

The INamespaceDefinition with the specified name.

Inherited Members

Extension Methods