C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
Type Class
Type Properties
Assembly Property
AssemblyQualifiedName Property
BaseType Property
ContainsGenericParameters Property
DeclaringType Property
FullName Property
IsArray Property
IsByRef Property
IsEnum Property
IsGenericParameter Property
IsGenericType Property
IsGenericTypeDefinition Property
IsInterface Property
IsPublic Property
IsSpecialName Property
IsValueType Property
Namespace Property
Type
IsArray Property
Gets a value indicating whether the
Type
is an array.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
bool
IsArray
{
get
; }
Return Value
Type:
Boolean
true if the
Type
is an array; otherwise, false.
See Also
Reference
Type Class
System Namespace