Glossary:Definition - Array

From C# Online.NET (CSharp-Online.NET)—your free C# and .NET encyclopedia


Jump to: navigation, search
 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.

Glossary of .NET / C# Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
edit

Personal tools
C# Entry Points