ITypeDecorator.ArrayRank Property

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the rank of the array if the type is an array.
int ArrayRank { get; }

Property Value

int
The rank of the array, or 0 if the type is not an array.