Cilador.Fody.InterfaceMixins.InterfaceMixinWeave.Initialize C# (CSharp) Method

Initialize() public method

Initializes the command using context and configuration information.
The is not of type
public Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void
weavingContext IWeavingContext Context information for configuration.
weaveConfig WeaveConfigTypeBase Command configuration information. For this command type, the value must be of type .
return void
        public void Initialize(IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig)
        {
            this.Config = weaveConfig as InterfaceMixinConfigType;
            this.IsInitialized = true;
        }
InterfaceMixinWeave