[This is preliminary documentation and is subject to change.]

Interface which must be implemented by containers which can change their properties during their lifetime (like lists, dictionaries etc).

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public interface IMutablePropertyContainerRead
Visual Basic (Declaration)
Public Interface IMutablePropertyContainerRead
Visual C++
public interface class IMutablePropertyContainerRead

Remarks

This interface does not allow the user to modify the contents of the container - only to keep up-to-date what is going on inside the container. Any object which does not implement this interface is assumed to have a PropertyDescriptorCollection which never change during the life-time of the object.

See Also