C# Class SomeStaticClass, code

Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
DoSomething ( ) : void
TestSomething ( string pValue ) : bool

Method Details

DoSomething() public static method

public static DoSomething ( ) : void
return void

TestSomething() public static method

public static TestSomething ( string pValue ) : bool
pValue string
return bool