C# Class VelocityDbSchema.Samples.Sample2.Person

Inheritance: OptimizedPersistable
Afficher le fichier Open project: VelocityDB/VelocityDB Class Usage Examples

Méthodes publiques

Méthode Description
Person ( string firstName, string lastName, UInt16 age, Person bestFriend = null ) : System

Method Details

Person() public méthode

public Person ( string firstName, string lastName, UInt16 age, Person bestFriend = null ) : System
firstName string
lastName string
age System.UInt16
bestFriend Person
Résultat System