C# Class Microsoft.Zing.JoinPatternList

Mostrar archivo Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

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

Method Details

Add() public method

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

Clone() public method

public Clone ( ) : JoinPatternList
return JoinPatternList

JoinPatternList() public method

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

JoinPatternList() public method

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

this() public method

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