EffectParameterBindingCreateInstanceCore Method |
Namespace: DigitalRune.Graphics.Effects
Do not call this method directly (except when calling base in an implementation). This method is called internally by the Clone method whenever a new instance of the EffectParameterBinding is created.
Notes to Inheritors: Every EffectParameterBinding derived class must implement this method. A typical implementation is to simply call the default constructor and return the result.