C# Class BKI_DichVuMatDat.HeThong.CCollection

Show file Open project: assassinadal/BKIProject-DichVuMatDat Class Usage Examples

Public Properties

Property Type Description
s string[]

Public Methods

Method Description
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

Method Details

CCollection() public method

public CCollection ( int ip_length ) : System
ip_length int
return System

InANotInB() public method

public InANotInB ( CCollection ip_coll ) : CCollection
ip_coll CCollection
return CCollection

NotInAInB() public method

public NotInAInB ( CCollection ip_coll ) : CCollection
ip_coll CCollection
return CCollection

countInANotInB() public method

public countInANotInB ( CCollection ip_coll ) : int
ip_coll CCollection
return int

countNotInAInB() public method

public countNotInAInB ( CCollection ip_coll ) : int
ip_coll CCollection
return int

getIndex() public method

public getIndex ( ) : int
return int

getString() public method

public getString ( ) : string
return string

insert() public method

public insert ( string ip_str ) : void
ip_str string
return void

Property Details

s public property

public string[] s
return string[]