C# Class ReactiveCollection, Reactive.XAF

Inheritance: MonoBehaviour
Afficher le fichier Open project: eXpandFramework/Reactive.XAF Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( item ) : void
Résultat void

Contains() public méthode

public Contains ( item ) : bool
Résultat bool

CopyTo() public méthode

public CopyTo ( Array, array, int arrayIndex ) : void
array Array,
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( item ) : int
Résultat int

Insert() public méthode

public Insert ( int index, item ) : void
index int
Résultat void

ReactiveCollection() public méthode

public ReactiveCollection ( IObjectSpace objectSpace ) : System,
objectSpace IObjectSpace
Résultat System,

Remove() public méthode

public Remove ( item ) : bool
Résultat bool

this() public méthode

public this ( int index ) : TIList.System
index int
Résultat TIList.System