C# Class VelocityDbSchema.Samples.Sample3.Person

Inheritance: OptimizedPersistable
Show file Open project: VelocityDB/VelocityDB Class Usage Examples

Public Methods

Method Description
Person ( string firstName, string lastName, UInt16 age, Person bestFriend = null ) : System

Method Details

Person() public method

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