ICorDebugArrayValue.GetBaseIndicies(UInt32, UInt32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetBaseIndicies(System::UInt32 cdim, cli::array <System::UInt32> ^ indicies);
public:
void GetBaseIndicies(unsigned int cdim, Platform::Array <unsigned int> ^ indicies);
void GetBaseIndicies(unsigned int cdim, std::Array <unsigned int> const & indicies);
public void GetBaseIndicies (uint cdim, uint[] indicies);
abstract member GetBaseIndicies : uint32 * uint32[] -> unit
Public Sub GetBaseIndicies (cdim As UInteger, indicies As UInteger())
Parameters
- cdim
- UInt32
- indicies
- UInt32[]