C# Class System.Tests.TestClass

Datei anzeigen Open project: dotnet/corefx

Private Properties

Property Type Description
TestMethod int
method1 void

Public Methods

Method Description
TestClass ( ) : System.Collections.Generic
method2 ( ) : void
method3 ( string strVal ) : string

Private Methods

Method Description
TestMethod ( [ boolean ) : int
method1 ( ) : void

Method Details

TestClass() public method

public TestClass ( ) : System.Collections.Generic
return System.Collections.Generic

method2() public method

public method2 ( ) : void
return void

method3() public method

public method3 ( string strVal ) : string
strVal string
return string