C# Class GuiCompare.CompParameter

Inheritance: CompNamed, ICompAttributeContainer
ファイルを表示 Open project: remobjects/mono-tools

Public Methods

Method Description
CompParameter ( string name, string type, bool optional ) : System
GetAttributes ( ) : List

Method Details

CompParameter() public method

public CompParameter ( string name, string type, bool optional ) : System
name string
type string
optional bool
return System

GetAttributes() public abstract method

public abstract GetAttributes ( ) : List
return List