System::Collections::Generic::IDictionary::get_IsFixedSize method

IDictionary::get_IsFixedSize method

Checks if collection size is fixed.

bool System::Collections::Generic::IDictionary<TKey, TValue>::get_IsFixedSize() const

ReturnValue

True if size is fixed, false otherwise.

See Also