Namespace: SnakeAssembly: Snake (in Snake.exe) Version: 1.1.1.0 (1.1.1)
public List<FilledRect> BodyParts { get; }
public List<FilledRect> BodyParts { get; }
Public ReadOnly Property BodyParts As List(Of FilledRect)
Get
Public ReadOnly Property BodyParts As List(Of FilledRect)
Get
public:
property List<FilledRect^>^ BodyParts {
List<FilledRect^>^ get ();
}
public:
property List<FilledRect^>^ BodyParts {
List<FilledRect^>^ get ();
}
member BodyParts : List<FilledRect> with get
member BodyParts : List<FilledRect> with get
Property Value
Type:
List FilledRect