C# Class Microsoft.Zing.WithList

Afficher le fichier Open project: ZingModelChecker/Zing Class Usage Examples

Méthodes publiques

Méthode Description
Add ( With element ) : void
Clone ( ) : WithList
WithList ( ) : System.Collections.Generic
WithList ( int capacity ) : System.Collections.Generic
this ( int index ) : With

Method Details

Add() public méthode

public Add ( With element ) : void
element With
Résultat void

Clone() public méthode

public Clone ( ) : WithList
Résultat WithList

WithList() public méthode

public WithList ( ) : System.Collections.Generic
Résultat System.Collections.Generic

WithList() public méthode

public WithList ( int capacity ) : System.Collections.Generic
capacity int
Résultat System.Collections.Generic

this() public méthode

public this ( int index ) : With
index int
Résultat With