Provides the base requirements for a collection of INamespace
Properties
this[string, bool]
Gets the INamespace
[C#] In C#, this property is the indexer for the INamespaceDefinitionCollection
interface.
Parameter | Type | Description |
---|---|---|
name | string | The name of the INamespace |
caseSensitive | bool | Whether to perform a case-sensitive name search. |
Property Value
- INamespace
Definition : The INamespace
Definition with the specified name.