C# 클래스 Microsoft.Zing.WithList

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

공개 메소드들

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

메소드 상세

Add() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : WithList
리턴 WithList

WithList() 공개 메소드

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

WithList() 공개 메소드

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

this() 공개 메소드

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