C# 클래스 libsbmlcs.IdList

상속: IDisposable
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
IdList ( ) : System
IdList ( string commaSeparated ) : System
append ( string id ) : void
at ( int n ) : string
clear ( ) : void
contains ( string id ) : bool
removeIdsBefore ( string id ) : void
size ( ) : long

비공개 메소드들

메소드 설명
IdList ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( IdList obj ) : HandleRef
getCPtrAndDisown ( IdList obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IdList() 공개 메소드

public IdList ( ) : System
리턴 System

IdList() 공개 메소드

public IdList ( string commaSeparated ) : System
commaSeparated string
리턴 System

append() 공개 메소드

public append ( string id ) : void
id string
리턴 void

at() 공개 메소드

public at ( int n ) : string
n int
리턴 string

clear() 공개 메소드

public clear ( ) : void
리턴 void

contains() 공개 메소드

public contains ( string id ) : bool
id string
리턴 bool

removeIdsBefore() 공개 메소드

public removeIdsBefore ( string id ) : void
id string
리턴 void

size() 공개 메소드

public size ( ) : long
리턴 long

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool