C# Class NClass.Core.Method

Inheritance: Operation
Mostrar archivo Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string

Protected Methods

Method Description
Method ( string name, CompositeType parent ) : System

Method Details

GetUmlDescription() public final method

public final GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string
getType bool
getParameters bool
getParameterNames bool
getInitValue bool
return string

Method() protected method

/// The does not fit to the syntax. /// /// The language of does not equal. /// /// is null. ///
protected Method ( string name, CompositeType parent ) : System
name string
parent CompositeType
return System