Открытый Методы (см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
Add | Adds a Claim to this collection, detaching it from its current collection. | |
AddRange | Adds a set of Claims to the collection. | |
Clear | Removes all Claims from this collection. | |
Contains | Checks whether the given claim is in the collection. | |
CopyRange | Adds a set of Claim objects to the collection without modifying the source objects. | |
CopyTo | Copies the given set of Claims from the given array starting at arrayIndex. | |
CopyWithSubject | Returns a new ClaimCollection object copied from this object. | |
Equals | Перегружено. (унаследовано от Object) | |
Exists | Determines whether the ClaimCollection contains elements that match the conditions defined by the specified predicate. | |
FindAll | Retrieves an ICollection<Claim> containing all the elements that match the conditions defined by the specified predicate. | |
GetEnumerator | Gets an enumerator for the ClaimCollection. | |
GetHashCode | (унаследовано от Object) | |
GetType | (унаследовано от Object) | |
IndexOf | Determines the index of a specific Claim object in the ClaimCollection. | |
Insert | Inserts a Claim in the ClaimCollection at a specified index. | |
ReferenceEquals | (унаследовано от Object) | |
Remove | Removes a claim from the ClaimCollection. | |
RemoveAt | Removes a claim from the ClaimCollection at the specified index. | |
ToString | (унаследовано от Object) |
Защищенный Методы
Имя | Описание | |
---|---|---|
Finalize | (унаследовано от Object) | |
MemberwiseClone | (унаследовано от Object) |
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.