protected internal unsafe override bool GetLocalizedString(int stringId, ref string @string)
 {
     return(_implementation.GetLocalizedString(stringId, ref @string));
 }
예제 #2
0
 public override bool GetLocalizedString(int stringId, ref string @string)
 {
     return(_implementation.GetLocalizedString(stringId, ref @string));
 }