Encapsulates a collection of PolicyDocument objects.

The following tables list the members exposed by the PolicyDocuments type.

Public Constructors

  Name Description
PolicyDocuments Initializes PolicyDocuments class objects.
Top

Public Properties (see also Protected Properties)

  Name Description
public property Count  (Inherited from ReadOnlyCollection)
public property Item  (Inherited from ReadOnlyCollection)
Top

Protected Properties

  Name Description
protected property Items  (Inherited from ReadOnlyCollection)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Contains  (Inherited from ReadOnlyCollection)
public method CopyTo  (Inherited from ReadOnlyCollection)
public method Equals  Overloaded. (Inherited from Object)
public method GetEnumerator  (Inherited from ReadOnlyCollection)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method IndexOf  (Inherited from ReadOnlyCollection)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

Explicit Interface Implementations

  Name Description
System.Collections.Generic.ICollection.Add  (Inherited from ReadOnlyCollection)
System.Collections.Generic.ICollection.Clear  (Inherited from ReadOnlyCollection)
System.Collections.Generic.ICollection.Remove  (Inherited from ReadOnlyCollection)
System.Collections.Generic.IList.Insert  (Inherited from ReadOnlyCollection)
System.Collections.Generic.IList.RemoveAt  (Inherited from ReadOnlyCollection)
System.Collections.ICollection.CopyTo  (Inherited from ReadOnlyCollection)
System.Collections.IEnumerable.GetEnumerator  (Inherited from ReadOnlyCollection)
System.Collections.IList.Add  (Inherited from ReadOnlyCollection)
System.Collections.IList.Clear  (Inherited from ReadOnlyCollection)
System.Collections.IList.Contains  (Inherited from ReadOnlyCollection)
System.Collections.IList.IndexOf  (Inherited from ReadOnlyCollection)
System.Collections.IList.Insert  (Inherited from ReadOnlyCollection)
System.Collections.IList.Remove  (Inherited from ReadOnlyCollection)
System.Collections.IList.RemoveAt  (Inherited from ReadOnlyCollection)
System.Collections.Generic.ICollection.IsReadOnly  (Inherited from ReadOnlyCollection)
System.Collections.Generic.IList.Item  (Inherited from ReadOnlyCollection)
System.Collections.ICollection.IsSynchronized  (Inherited from ReadOnlyCollection)
System.Collections.ICollection.SyncRoot  (Inherited from ReadOnlyCollection)
System.Collections.IList.IsFixedSize  (Inherited from ReadOnlyCollection)
System.Collections.IList.IsReadOnly  (Inherited from ReadOnlyCollection)
System.Collections.IList.Item  (Inherited from ReadOnlyCollection)
Top

See Also