TypeDecoratorAdapter.ArrayRank Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the rank of the array if the type is an array.
public virtual int ArrayRank { get; }Property Value
- int
- The rank of the array, or 0 if the type is not an array.
