Glossary:Definition - Array
From C# Online.NET (CSharp-Online.NET)—your free C# and .NET encyclopedia
| Term | Array | |
| Definition | A set of objects of a single type: all of which are referenced by a single identifier and indexer. In the .NET Framework, all arrays inherit from the Array class in the System namespace.
| |
| See also | All about Arrays in C# | |
| This C# Online.NET definition is from the Glossary of .NET / C# Terms. | ||