C# Class Microsoft.Zing.JoinStatementList

Mostrar archivo Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

Method Description
Add ( JoinStatement element ) : void
Clone ( ) : JoinStatementList
JoinStatementList ( ) : System.Collections.Generic
JoinStatementList ( int capacity ) : System.Collections.Generic
this ( int index ) : JoinStatement

Method Details

Add() public method

public Add ( JoinStatement element ) : void
element JoinStatement
return void

Clone() public method

public Clone ( ) : JoinStatementList
return JoinStatementList

JoinStatementList() public method

public JoinStatementList ( ) : System.Collections.Generic
return System.Collections.Generic

JoinStatementList() public method

public JoinStatementList ( int capacity ) : System.Collections.Generic
capacity int
return System.Collections.Generic

this() public method

public this ( int index ) : JoinStatement
index int
return JoinStatement