Gets a list of array ranks of the type.
Namespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public List<int> ArrayRanks { get; private set; }
public List<int> ArrayRanks { get; private set; }
Public Property ArrayRanks As List(Of Integer)
Get
Private Set
Public Property ArrayRanks As List(Of Integer)
Get
Private Set
public:
property List<int>^ ArrayRanks {
List<int>^ get ();
private: void set (List<int>^ value);
}