ReadOnlySchemaTypeKeyedCollection Class

A read-only KeyCollection containing schema types.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As ReadOnlySchemaTypeKeyedCollection

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ReadOnlySchemaTypeKeyedCollection
    Inherits KeyedCollection(Of String, SchemaType)
[SerializableAttribute] 
public sealed class ReadOnlySchemaTypeKeyedCollection : KeyedCollection<string,SchemaType>
[SerializableAttribute] 
public ref class ReadOnlySchemaTypeKeyedCollection sealed : public KeyedCollection<String^, SchemaType^>
/** @attribute SerializableAttribute() */ 
public final class ReadOnlySchemaTypeKeyedCollection extends KeyedCollection<String,SchemaType>
SerializableAttribute 
public final class ReadOnlySchemaTypeKeyedCollection extends KeyedCollection<String,SchemaType>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
     System.Collections.ObjectModel.KeyedCollection
      Microsoft.MetadirectoryServices.ReadOnlySchemaTypeKeyedCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ReadOnlySchemaTypeKeyedCollection Members
Microsoft.MetadirectoryServices Namespace