C# 클래스 BKI_DichVuMatDat.HeThong.CCollection

파일 보기 프로젝트 열기: assassinadal/BKIProject-DichVuMatDat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
s string[]

공개 메소드들

메소드 설명
CCollection ( int ip_length ) : System
InANotInB ( CCollection ip_coll ) : CCollection
NotInAInB ( CCollection ip_coll ) : CCollection
countInANotInB ( CCollection ip_coll ) : int
countNotInAInB ( CCollection ip_coll ) : int
getIndex ( ) : int
getString ( ) : string
insert ( string ip_str ) : void

메소드 상세

CCollection() 공개 메소드

public CCollection ( int ip_length ) : System
ip_length int
리턴 System

InANotInB() 공개 메소드

public InANotInB ( CCollection ip_coll ) : CCollection
ip_coll CCollection
리턴 CCollection

NotInAInB() 공개 메소드

public NotInAInB ( CCollection ip_coll ) : CCollection
ip_coll CCollection
리턴 CCollection

countInANotInB() 공개 메소드

public countInANotInB ( CCollection ip_coll ) : int
ip_coll CCollection
리턴 int

countNotInAInB() 공개 메소드

public countNotInAInB ( CCollection ip_coll ) : int
ip_coll CCollection
리턴 int

getIndex() 공개 메소드

public getIndex ( ) : int
리턴 int

getString() 공개 메소드

public getString ( ) : string
리턴 string

insert() 공개 메소드

public insert ( string ip_str ) : void
ip_str string
리턴 void

프로퍼티 상세

s 공개적으로 프로퍼티

public string[] s
리턴 string[]