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

Mostrar archivo Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
CheckElementsAreOfType ( IEnumerable e, Type t ) : bool
ToString ( IEnumerable c ) : string

Private Methods

Method Description
CollectionUtilities ( ) : System

Method Details

CheckElementsAreOfType() public static method

public static CheckElementsAreOfType ( IEnumerable e, Type t ) : bool
e IEnumerable
t System.Type
return bool

ToString() public static method

public static ToString ( IEnumerable c ) : string
c IEnumerable
return string