C# Class Apricot.Sequence

Inheritance: IEnumerable
Afficher le fichier Open project: kawatan/Apricot

Méthodes publiques

Méthode Description
Add ( object o ) : void
Any ( ) : bool
Clear ( ) : void
GetEnumerator ( ) : IEnumerator
Remove ( object o ) : void
Sequence ( ) : System
this ( int index ) : object

Method Details

Add() public méthode

public Add ( object o ) : void
o object
Résultat void

Any() public méthode

public Any ( ) : bool
Résultat bool

Clear() public méthode

public Clear ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( object o ) : void
o object
Résultat void

Sequence() public méthode

public Sequence ( ) : System
Résultat System

this() public méthode

public this ( int index ) : object
index int
Résultat object