C# Class VelocityDbSchema.StoreStruct.MyStruct

Afficher le fichier Open project: VelocityDB/VelocityDB

Méthodes publiques

Свойство Type Description
aBool bool
aString string
anInt int
insideStruct MyStructInside
intList List

Property Details

aBool public_oe property

public bool aBool
Résultat bool

aString public_oe property

public string aString
Résultat string

anInt public_oe property

public int anInt
Résultat int

insideStruct public_oe property

public MyStructInside insideStruct
Résultat MyStructInside

intList public_oe property

public List intList
Résultat List