Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
ConstrainedList.cs File Reference

Go to the source code of this file.

Classes

class  SiliconStudio.Core.Collections.ConstrainedList< T >
 Represent a collection associated with a constraint. When an item is added to this collection, it is tested against the constraint. If the test fails, the item can either be discarded, or an exception can be thrown. The desired behavior can be defined with ThrowException. More...
 

Namespaces

package  SiliconStudio.Core.Collections