HtmlDocTest is used for used for testing HTML generation for the docCompiler pod.
Slots
-
internal Int field_internal
-
internal readonly Int field_internalGet_privateSet
-
const internal Int field_internal_const
-
internal readonly Int field_internal_readonly
-
private Int field_private
-
const private Int field_private_const
- field_protectedSource
-
protected Int field_protected
- field_protectedGet_privateSetSource
-
protected readonly Int field_protectedGet_privateSet
- field_protected_constSource
-
const protected Int field_protected_const
- field_protected_readonlySource
-
protected readonly Int field_protected_readonly
- field_publicSource
-
Int field_public
- field_publicGet_privateSetSource
-
readonly Int field_publicGet_privateSet
- field_publicGet_protectedSetSource
-
Int field_publicGet_protectedSet { protected set }
- field_public_constSource
-
const Int field_public_const
- field_public_readonlySource
-
readonly Int field_public_readonly
- method_abstractSource
-
abstract Void method_abstract()
-
internal Void method_internal()
-
private Void method_private()
- method_protectedSource
-
protected Void method_protected()
- method_publicSource
-
Void method_public()
- method_virtualSource
-
virtual Void method_virtual()