Class SomeTestClass
Inherited Members
Namespace: CoverageKiller2.Logging
Assembly: CoverageKiller2.dll
Syntax
public class SomeTestClass
Constructors
SomeTestClass()
Declaration
public SomeTestClass()
Properties
PropA
Declaration
public int PropA { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
SomeMethod(ComplexObject)
Declaration
public void SomeMethod(ComplexObject co)
Parameters
Type | Name | Description |
---|---|---|
ComplexObject | co |
SomeOtherMethod()
Declaration
public void SomeOtherMethod()