C# Class Itenso.Sys.Application.ArgumentCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Méthode Description
Add ( IArgument item ) : void
Clear ( ) : void
CopyTo ( IArgument array, int index ) : void
this ( int index ) : IArgument

Method Details

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( IArgument array, int index ) : void
array IArgument
index int
Résultat void

this() public méthode

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