Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
VelocityDbSchema
Samples
Sample2
Person
C# Class VelocityDbSchema.Samples.Sample2.Person
Inheritance:
OptimizedPersistable
Datei anzeigen
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