Открытый Методы (см. также Защищенный Методы)

  Имя Описание
public method Add Adds a Claim to this collection, detaching it from its current collection.
public method AddRange Adds a set of Claims to the collection.
public method Clear Removes all Claims from this collection.
public method Contains Checks whether the given claim is in the collection.
public method CopyRange Adds a set of Claim objects to the collection without modifying the source objects.
public method CopyTo Copies the given set of Claims from the given array starting at arrayIndex.
public method CopyWithSubject Returns a new ClaimCollection object copied from this object.
public method Equals  Перегружено. (унаследовано от Object)
public method Exists Determines whether the ClaimCollection contains elements that match the conditions defined by the specified predicate.
public method FindAll Retrieves an ICollection<Claim> containing all the elements that match the conditions defined by the specified predicate.
public method GetEnumerator Gets an enumerator for the ClaimCollection.
public method GetHashCode  (унаследовано от Object)
public method GetType  (унаследовано от Object)
public method IndexOf Determines the index of a specific Claim object in the ClaimCollection.
public method Insert Inserts a Claim in the ClaimCollection at a specified index.
public methodstatic ReferenceEquals  (унаследовано от Object)
public method Remove Removes a claim from the ClaimCollection.
public method RemoveAt Removes a claim from the ClaimCollection at the specified index.
public method ToString  (унаследовано от Object)

Защищенный Методы

  Имя Описание
protected method Finalize  (унаследовано от Object)
protected method MemberwiseClone  (унаследовано от Object)

Явные реализации интерфейса

  Имя Описание
System.Collections.IEnumerable.GetEnumerator  

См. также




© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.