RendererGenerator.RendererBuilder.BuildDoInitialize C# (CSharp) Méthode

BuildDoInitialize() private méthode

private BuildDoInitialize ( CodeTypeDeclaration rendererType, DataStructure dataStructure ) : void
rendererType System.CodeDom.CodeTypeDeclaration
dataStructure DataStructure
Résultat void
        private void BuildDoInitialize(CodeTypeDeclaration rendererType, DataStructure dataStructure)
        {
            //throw new NotImplementedException();
        }