System.Xml.Serialization.XmlSerializationReaderCodeGen.WriteLocalDecl C# (CSharp) 메소드

WriteLocalDecl() 개인적인 메소드

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