C# Class VelocityDbSchema.StoreStruct.MyStruct

Show file Open project: VelocityDB/VelocityDB

Public Properties

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

Property Details

aBool public property

public bool aBool
return bool

aString public property

public string aString
return string

anInt public property

public int anInt
return int

insideStruct public property

public MyStructInside insideStruct
return MyStructInside

intList public property

public List intList
return List