示例#1
0
 public SoccerScoreEventLeague(LocaleAttribute name)
 {
     Name = new LocaleAttributes(name);
 }
示例#2
0
 private bool GetStringInfo(FieldInfo field, out LocaleAttribute attribute)
 {
     return((attribute = field.GetAttribute <LocaleAttribute>()) != null);
 }