C# Class CSharp_ThisConstructor.A

Afficher le fichier Open project: ohs108/unity_lecture

Méthodes publiques

Méthode Description
A ( ) : System
A ( int b ) : System
A ( int b, int c ) : System
printFields ( ) : void

Method Details

A() public méthode

public A ( ) : System
Résultat System

A() public méthode

public A ( int b ) : System
b int
Résultat System

A() public méthode

public A ( int b, int c ) : System
b int
c int
Résultat System

printFields() public méthode

public printFields ( ) : void
Résultat void