C# Class ReferenceTests.API.DummyDescendant

Inheritance: DummyAncestor
Mostrar archivo Open project: Pash-Project/Pash Class Usage Examples

Public Properties

Property Type Description
DescFieldPublic int

Protected Properties

Property Type Description
DescFieldProtected int

Public Methods

Method Description
DescMethodPublic ( ) : void
VirtualMethod ( ) : void

Protected Methods

Method Description
DescMethodProtected ( ) : void

Private Methods

Method Description
DescMethodPrivate ( ) : void

Method Details

DescMethodProtected() protected method

protected DescMethodProtected ( ) : void
return void

DescMethodPublic() static public method

static public DescMethodPublic ( ) : void
return void

VirtualMethod() public method

public VirtualMethod ( ) : void
return void

Property Details

DescFieldProtected protected_oe property

protected int DescFieldProtected
return int

DescFieldPublic public_oe property

public int DescFieldPublic
return int