C# Class ReferenceTests.API.DummyDescendant

Inheritance: DummyAncestor
Afficher le fichier Open project: Pash-Project/Pash Class Usage Examples

Méthodes publiques

Свойство Type Description
DescFieldPublic int

Protected Properties

Свойство Type Description
DescFieldProtected int

Méthodes publiques

Méthode Description
DescMethodPublic ( ) : void
VirtualMethod ( ) : void

Méthodes protégées

Méthode Description
DescMethodProtected ( ) : void

Private Methods

Méthode Description
DescMethodPrivate ( ) : void

Method Details

DescMethodProtected() protected méthode

protected DescMethodProtected ( ) : void
Résultat void

DescMethodPublic() static public méthode

static public DescMethodPublic ( ) : void
Résultat void

VirtualMethod() public méthode

public VirtualMethod ( ) : void
Résultat void

Property Details

DescFieldProtected protected_oe property

protected int DescFieldProtected
Résultat int

DescFieldPublic public_oe property

public int DescFieldPublic
Résultat int