C# Class VelocityDbSchema.StoreStruct.MyStruct

Datei anzeigen Open project: VelocityDB/VelocityDB

Public Properties

Property Type Description
aBool bool
aString string
anInt int
insideStruct MyStructInside
intList List

Property Details

aBool public_oe property

public bool aBool
return bool

aString public_oe property

public string aString
return string

anInt public_oe property

public int anInt
return int

insideStruct public_oe property

public MyStructInside insideStruct
return MyStructInside

intList public_oe property

public List intList
return List