C# Class Castle.DynamicProxy.Builder.CodeGenerators.Set

Summary description for Set.
Inheritance: System.Collections.DictionaryBase
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Add ( object item ) : void
AddArray ( object items ) : void
Remove ( object item ) : void
ToArray ( Type elementType ) : Array

Method Details

Add() public méthode

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

AddArray() public méthode

public AddArray ( object items ) : void
items object
Résultat void

Remove() public méthode

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

ToArray() public méthode

public ToArray ( Type elementType ) : Array
elementType System.Type
Résultat System.Array