C# 클래스 VelocityDbSchema.StoreStruct.MyStruct

파일 보기 프로젝트 열기: VelocityDB/VelocityDB

공개 프로퍼티들

프로퍼티 타입 설명
aBool bool
aString string
anInt int
insideStruct MyStructInside
intList List

프로퍼티 상세

aBool 공개적으로 프로퍼티

public bool aBool
리턴 bool

aString 공개적으로 프로퍼티

public string aString
리턴 string

anInt 공개적으로 프로퍼티

public int anInt
리턴 int

insideStruct 공개적으로 프로퍼티

public MyStructInside insideStruct
리턴 MyStructInside

intList 공개적으로 프로퍼티

public List intList
리턴 List