Cilador.Fody.DtoProjector.DtoProjectorWeave.Initialize C# (CSharp) Method

Initialize() public method

Initializes the weave.
public Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void
weavingContext IWeavingContext Weaving context that is initializing the weave.
weaveConfig WeaveConfigTypeBase Must be null for this type of weave.
return void
        public void Initialize(IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig)
        {
            this.IsInitialized = true;
        }
DtoProjectorWeave