C# Class BraintreeEncryption.Library.BouncyCastle.Util.Collections.CollectionUtilities

Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

Méthode Description
AddRange ( IList to, ICollection range ) : void
CheckElementsAreOfType ( IEnumerable e, Type t ) : bool
ReadOnly ( IDictionary d ) : IDictionary
ReadOnly ( IList l ) : IList
ReadOnly ( ISet s ) : ISet
ToString ( IEnumerable c ) : string

Private Methods

Méthode Description
CollectionUtilities ( ) : System

Method Details

AddRange() public static méthode

public static AddRange ( IList to, ICollection range ) : void
to IList
range ICollection
Résultat void

CheckElementsAreOfType() public static méthode

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

ReadOnly() public static méthode

public static ReadOnly ( IDictionary d ) : IDictionary
d IDictionary
Résultat IDictionary

ReadOnly() public static méthode

public static ReadOnly ( IList l ) : IList
l IList
Résultat IList

ReadOnly() public static méthode

public static ReadOnly ( ISet s ) : ISet
s ISet
Résultat ISet

ToString() public static méthode

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