C# Class BKI_DichVuMatDat.HeThong.CCollection

Afficher le fichier Open project: assassinadal/BKIProject-DichVuMatDat Class Usage Examples

Méthodes publiques

Свойство Type Description
s string[]

Méthodes publiques

Méthode 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 méthode

public CCollection ( int ip_length ) : System
ip_length int
Résultat System

InANotInB() public méthode

public InANotInB ( CCollection ip_coll ) : CCollection
ip_coll CCollection
Résultat CCollection

NotInAInB() public méthode

public NotInAInB ( CCollection ip_coll ) : CCollection
ip_coll CCollection
Résultat CCollection

countInANotInB() public méthode

public countInANotInB ( CCollection ip_coll ) : int
ip_coll CCollection
Résultat int

countNotInAInB() public méthode

public countNotInAInB ( CCollection ip_coll ) : int
ip_coll CCollection
Résultat int

getIndex() public méthode

public getIndex ( ) : int
Résultat int

getString() public méthode

public getString ( ) : string
Résultat string

insert() public méthode

public insert ( string ip_str ) : void
ip_str string
Résultat void

Property Details

s public_oe property

public string[] s
Résultat string[]