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