'Declaration Public ReadOnly Property JawShift As Integer
'Declaration
Public ReadOnly Property JawShift As Integer
'Usage Dim instance As Alligator Dim value As Integer value = instance.JawShift
'Usage
Dim instance As Alligator Dim value As Integer value = instance.JawShift
public int JawShift {get;}
public: property int JawShift { int get(); }
Alligator Class Alligator Members