Exemplo n.º 1
0
 /// <summary>
 /// Returns the type arguments which this instance was constructed with.
 /// </summary>
 public                    Type[] GetArguments(TypeConverter formatter) => formatter.GetArguments(this.Value.Value);
Exemplo n.º 2
0
 /// <summary>
 /// Returns the type arguments which this instance was constructed with.
 /// </summary>
 public           Type[] GetArguments(TypeConverter formatter) => formatter.GetArguments(this.GrainType.ToStringUtf8());