Class TypeUtilsTests.GenericClassUser
Inheritance
TypeUtilsTests.GenericClassUser
Assembly: Xareus.Utils.Tests.dll
Syntax
protected class TypeUtilsTests.GenericClassUser
Fields
Field
Declaration
Field Value
protectedField
Declaration
protected bool protectedField
Field Value
Properties
Property
Declaration
public TypeUtilsTests.GenericClass<TypeUtilsTests.DummySensor> Property { get; set; }
Property Value
PropertyField
Declaration
protected bool PropertyField { get; }
Property Value
VirtualProperty
Declaration
protected virtual int VirtualProperty { get; set; }
Property Value
Methods
ProtectedMethod()
Declaration
protected string ProtectedMethod()
Returns
SimpleMethod()
Declaration
public string SimpleMethod()
Returns
VirtualMethod()
Declaration
public virtual string VirtualMethod()
Returns