C# 클래스 Itenso.Sys.Application.ArgumentCollection

상속: System.Collections.ReadOnlyCollectionBase
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
Add ( IArgument item ) : void
Clear ( ) : void
CopyTo ( IArgument array, int index ) : void
this ( int index ) : IArgument

메소드 상세

Add() 공개 메소드

public Add ( IArgument item ) : void
item IArgument
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

public CopyTo ( IArgument array, int index ) : void
array IArgument
index int
리턴 void

this() 공개 메소드

public this ( int index ) : IArgument
index int
리턴 IArgument