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