TypeMetadataCollection Class

Definition

public ref class TypeMetadataCollection : System::Collections::Generic::ICollection<Microsoft::ServiceModel::Channels::Common::TypeMetadata ^>, System::Collections::Generic::IEnumerable<Microsoft::ServiceModel::Channels::Common::TypeMetadata ^>
public class TypeMetadataCollection : System.Collections.Generic.ICollection<Microsoft.ServiceModel.Channels.Common.TypeMetadata>, System.Collections.Generic.IEnumerable<Microsoft.ServiceModel.Channels.Common.TypeMetadata>
type TypeMetadataCollection = class
    interface ICollection<TypeMetadata>
    interface seq<TypeMetadata>
    interface IEnumerable
Public Class TypeMetadataCollection
Implements ICollection(Of TypeMetadata), IEnumerable(Of TypeMetadata)
Inheritance
TypeMetadataCollection
Implements

Constructors

TypeMetadataCollection()

Properties

Count
IsReadOnly

Methods

Add(TypeMetadata)
Clear()
Contains(TypeMetadata)
CopyTo(TypeMetadata[], Int32)
GetEnumerator()
Remove(TypeMetadata)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to