GetType()

Details_IndexOutOfRangeException::GetType() const method

Gets actual type of object. Analog of C# System.Object.GetType() call.

const System::TypeInfo & System::Details_IndexOutOfRangeException::GetType() const override

Return Value

TypeInfo object which describes final type.

See Also