C# Class SecondaryClass, code

Inheritance: PrimaryClass
显示文件 Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
list List
parameter MyObject,

Public Methods

Method Description
SecondaryClass ( )
UpdateParameter ( MyObject, newParameter, string key )

Method Details

SecondaryClass() public method

public SecondaryClass ( )

UpdateParameter() public method

public UpdateParameter ( MyObject, newParameter, string key )
newParameter MyObject,
key string

Property Details

list public_oe property

public List list
return List

parameter public_oe property

public MyObject, parameter
return MyObject,