C# Class Org.BouncyCastle.Utilities.Collections.CollectionUtilities

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode Description
CheckElementsAreOfType ( IEnumerable e, Type t ) : bool
ToString ( IEnumerable c ) : string

Private Methods

Méthode Description
CollectionUtilities ( ) : System

Method Details

CheckElementsAreOfType() public static méthode

public static CheckElementsAreOfType ( IEnumerable e, Type t ) : bool
e IEnumerable
t System.Type
Résultat bool

ToString() public static méthode

public static ToString ( IEnumerable c ) : string
c IEnumerable
Résultat string