C# 클래스 Microsoft.Zing.JoinPatternList

파일 보기 프로젝트 열기: ZingModelChecker/Zing 1 사용 예제들

공개 메소드들

메소드 설명
Add ( JoinPattern element ) : void
Clone ( ) : JoinPatternList
JoinPatternList ( ) : System.Collections.Generic
JoinPatternList ( int capacity ) : System.Collections.Generic
this ( int index ) : JoinPattern

메소드 상세

Add() 공개 메소드

public Add ( JoinPattern element ) : void
element JoinPattern
리턴 void

Clone() 공개 메소드

public Clone ( ) : JoinPatternList
리턴 JoinPatternList

JoinPatternList() 공개 메소드

public JoinPatternList ( ) : System.Collections.Generic
리턴 System.Collections.Generic

JoinPatternList() 공개 메소드

public JoinPatternList ( int capacity ) : System.Collections.Generic
capacity int
리턴 System.Collections.Generic

this() 공개 메소드

public this ( int index ) : JoinPattern
index int
리턴 JoinPattern