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