3 lines
82 B
Text
3 lines
82 B
Text
|
|
var array := new string[]{"apple", "orange"};
|
||
|
|
var length := array.Length;
|