C# 클래스 Org.BouncyCastle.Utilities.Collections.CollectionUtilities

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
CheckElementsAreOfType ( IEnumerable e, Type t ) : bool
ToString ( IEnumerable c ) : string

비공개 메소드들

메소드 설명
CollectionUtilities ( ) : System

메소드 상세

CheckElementsAreOfType() 공개 정적인 메소드

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

ToString() 공개 정적인 메소드

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