Beispiel #1
0
 private bool TryParsePointType(string text, out PointType pointType)
 {
     return(PointTypes.TryGetValue(text, out pointType));
 }