Cilador.Fody.InterfaceMixins.InterfaceMixinWeave.Initialize C# (CSharp) Méthode

Initialize() public méthode

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 .
Résultat void
        public void Initialize(IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig)
        {
            this.Config = weaveConfig as InterfaceMixinConfigType;
            this.IsInitialized = true;
        }
InterfaceMixinWeave