C# Class ReactiveCollection, Reactive.XAF

Inheritance: MonoBehaviour
显示文件 Open project: eXpandFramework/Reactive.XAF Class Usage Examples

Public Methods

Method Description
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

Method Details

Add() public method

public Add ( item ) : void
return void

Contains() public method

public Contains ( item ) : bool
return bool

CopyTo() public method

public CopyTo ( Array, array, int arrayIndex ) : void
array Array,
arrayIndex int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( item ) : int
return int

Insert() public method

public Insert ( int index, item ) : void
index int
return void

ReactiveCollection() public method

public ReactiveCollection ( IObjectSpace objectSpace ) : System,
objectSpace IObjectSpace
return System,

Remove() public method

public Remove ( item ) : bool
return bool

this() public method

public this ( int index ) : TIList.System
index int
return TIList.System