C# Class GuiCompare.CompMethod

Inheritance: CompMember, ICompGenericParameter, ICompParameters
Show file Open project: remobjects/mono-tools

Public Methods

Method Description
CompMethod ( string name ) : System
GetParameters ( ) : List
GetTypeParameters ( ) : List
ThrowsNotImplementedException ( ) : bool

Method Details

CompMethod() public method

public CompMethod ( string name ) : System
name string
return System

GetParameters() public abstract method

public abstract GetParameters ( ) : List
return List

GetTypeParameters() public abstract method

public abstract GetTypeParameters ( ) : List
return List

ThrowsNotImplementedException() public abstract method

public abstract ThrowsNotImplementedException ( ) : bool
return bool