System.Xml.Serialization.XmlSerializationReaderCodeGen.WriteLocalDecl C# (CSharp) Method

WriteLocalDecl() private method

private WriteLocalDecl ( string typeFullName, string variableName, string initValue, bool useReflection ) : void
typeFullName string
variableName string
initValue string
useReflection bool
return void
        private void WriteLocalDecl(string typeFullName, string variableName, string initValue, bool useReflection)
        {
            RaCodeGen.WriteLocalDecl(typeFullName, variableName, initValue, useReflection);
        }
    }