예제 #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());