public string GetArrayType(string elementType, ArrayShape shape)
 {
     return elementType + "[" + new string(',', shape.Rank) + "]";
 }
Beispiel #2
0
 public object GetArrayType(object elementType, ArrayShape shape) => null;
Beispiel #3
0
 public object GetArrayType(object elementType, ArrayShape shape) => null;