C# Class NSoft.NFramework.Reflections.FastflectToolFixture_Invoke.Widget

Sample용 클래스
显示文件 Open project: debop/NFramework

Public Methods

Method Description
OutputAll ( string &name, int &age ) : void
ToString ( ) : string
UpdateAll ( string name, int age ) : void
UpdateAll ( string name, int age, string description ) : void
Widget ( ) : System
Widget ( string name, int age ) : System

Method Details

OutputAll() public method

public OutputAll ( string &name, int &age ) : void
name string
age int
return void

ToString() public method

public ToString ( ) : string
return string

UpdateAll() public method

public UpdateAll ( string name, int age ) : void
name string
age int
return void

UpdateAll() public method

public UpdateAll ( string name, int age, string description ) : void
name string
age int
description string
return void

Widget() public method

public Widget ( ) : System
return System

Widget() public method

public Widget ( string name, int age ) : System
name string
age int
return System