C# Class Microsoft.Xades.ClaimedRoleCollection

Collection class that derives from ArrayList. It provides the minimally required functionality to add instances of typed classes and obtain typed elements through a custom indexer.
Inheritance: System.Collections.ArrayList
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ) : ClaimedRole

Add new typed object to the collection

Add ( ClaimedRole objectToAdd ) : ClaimedRole

Add typed object to the collection

this ( int index ) : ClaimedRole

New typed indexer for the collection

Method Details

Add() public méthode

Add new typed object to the collection
public Add ( ) : ClaimedRole
Résultat ClaimedRole

Add() public méthode

Add typed object to the collection
public Add ( ClaimedRole objectToAdd ) : ClaimedRole
objectToAdd ClaimedRole Typed object to be added to collection
Résultat ClaimedRole

this() public méthode

New typed indexer for the collection
public this ( int index ) : ClaimedRole
index int Index of the object to retrieve from collection
Résultat ClaimedRole