3 using System.Collections.Generic;
5 namespace SiliconStudio.
Paradox.Effects
11 internal interface IParameterCollectionInheritanceInternal : IParameterCollectionInheritance
13 int GetInternalValueCount();
14 ParameterCollection.InternalValue GetInternalValue(ParameterKey key);
15 IEnumerable<KeyValuePair<ParameterKey, ParameterCollection.InternalValue>> GetInternalValues();
16 ParameterCollection GetParameterCollection();
17 ParameterCollection.OnUpdateValueDelegate GetUpdateValueDelegate(ParameterCollection.OnUpdateValueDelegate original);