'DeclarationPublic ReadOnly Property IsSosi As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsSosi
public bool IsSosi {get;}
Gets a value indicating whether the character is a DBSC SOSI character.'DeclarationPublic ReadOnly Property IsSosi As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsSosi
public bool IsSosi {get;}
private ScreenCharacter screen; bool sosi = screen.IsSosi;