5 lines
105 B
VB.net
5 lines
105 B
VB.net
Public Class ObjectType
|
|
Public Name As String
|
|
Public Indexes As New List(Of String)
|
|
End Class
|