public SnesBankTypeEnum BankType { get; }
Public ReadOnly Property BankType As SnesBankTypeEnum
Get
Dim instance As SnesRom
Dim value As SnesBankTypeEnum
value = instance.BankType
public:
property SnesBankTypeEnum BankType {
SnesBankTypeEnum get ();
}
member BankType : SnesBankTypeEnum with get
No code example is currently available or this language may not be supported.