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

显示文件 Open project: braintree/braintree_windows_phone_encryption

Public Methods

Method 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

Method Description
CollectionUtilities ( ) : System

Method Details

AddRange() public static method

public static AddRange ( IList to, ICollection range ) : void
to IList
range ICollection
return void

CheckElementsAreOfType() public static method

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

ReadOnly() public static method

public static ReadOnly ( IDictionary d ) : IDictionary
d IDictionary
return IDictionary

ReadOnly() public static method

public static ReadOnly ( IList l ) : IList
l IList
return IList

ReadOnly() public static method

public static ReadOnly ( ISet s ) : ISet
s ISet
return ISet

ToString() public static method

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