Thinktecture.Tools.Web.Services.CodeGeneration.ExtendedCodeDomTree.SubstituteType C# (CSharp) Method

SubstituteType() public method

Substitutes one type by another.
public SubstituteType ( string oldType, CodeTypeDeclaration newType ) : void
oldType string Name of the type to substitute.
newType System.CodeDom.CodeTypeDeclaration CodeTypeDeclaration of the new type.
return void
        public void SubstituteType(string oldType, CodeTypeDeclaration newType)
        {
            throw new NotImplementedException();
        }