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