get_IsFixedSize()

IDictionary::get_IsFixedSize() const method

Checks if collection size is fixed.

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

Return Value

True if size is fixed, false otherwise.

See Also