Exemple #1
0
 public bool TryGetData(string name, out GrainTypeData result)
 {
     return(grainTypes.TryGetValue(name, out result));
 }