C# 클래스 ReactiveCollection, Reactive.XAF

상속: MonoBehaviour
파일 보기 프로젝트 열기: eXpandFramework/Reactive.XAF 1 사용 예제들

공개 메소드들

메소드 설명
Add ( item ) : void
Contains ( item ) : bool
CopyTo ( Array, array, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( item ) : int
Insert ( int index, item ) : void
ReactiveCollection ( IObjectSpace objectSpace ) : System,
Remove ( item ) : bool
this ( int index ) : TIList.System

메소드 상세

Add() 공개 메소드

public Add ( item ) : void
리턴 void

Contains() 공개 메소드

public Contains ( item ) : bool
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array, array, int arrayIndex ) : void
array Array,
arrayIndex int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( item ) : int
리턴 int

Insert() 공개 메소드

public Insert ( int index, item ) : void
index int
리턴 void

ReactiveCollection() 공개 메소드

public ReactiveCollection ( IObjectSpace objectSpace ) : System,
objectSpace IObjectSpace
리턴 System,

Remove() 공개 메소드

public Remove ( item ) : bool
리턴 bool

this() 공개 메소드

public this ( int index ) : TIList.System
index int
리턴 TIList.System