C# 클래스 BraintreeEncryption.Library.BouncyCastle.Util.Collections.CollectionUtilities

파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CollectionUtilities ( ) : System

메소드 상세

AddRange() 공개 정적인 메소드

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

CheckElementsAreOfType() 공개 정적인 메소드

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

ReadOnly() 공개 정적인 메소드

public static ReadOnly ( IDictionary d ) : IDictionary
d IDictionary
리턴 IDictionary

ReadOnly() 공개 정적인 메소드

public static ReadOnly ( IList l ) : IList
l IList
리턴 IList

ReadOnly() 공개 정적인 메소드

public static ReadOnly ( ISet s ) : ISet
s ISet
리턴 ISet

ToString() 공개 정적인 메소드

public static ToString ( IEnumerable c ) : string
c IEnumerable
리턴 string