C# Class Stetic.LibraryCache.LibraryInfoCollection

Inheritance: IEnumerable
Afficher le fichier Open project: mono/stetic

Méthodes publiques

Méthode Description
Add ( LibraryInfo info ) : void
Add ( object obj ) : void
GetEnumerator ( ) : IEnumerator
Remove ( string file ) : void
this ( string path ) : LibraryInfo

Method Details

Add() public méthode

public Add ( LibraryInfo info ) : void
info LibraryInfo
Résultat void

Add() public méthode

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

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( string file ) : void
file string
Résultat void

this() public méthode

public this ( string path ) : LibraryInfo
path string
Résultat LibraryInfo