コード例 #1
0
ファイル: ExpandoArray.cs プロジェクト: akrisiun/AiLib
 public static bool IsEmpty(object[] array) => StringConvert.IsArrayEmpty(array);