FileGenerator.MagickScript.ScriptCodeGenerator.WriteGetElementValue C# (CSharp) 메소드

WriteGetElementValue() 보호된 메소드

protected WriteGetElementValue ( string typeName, string attributeName ) : void
typeName string
attributeName string
리턴 void
    protected void WriteGetElementValue(string typeName, string attributeName)
    {
      Write("Variables.GetValue<");
      Write(typeName);
      Write(">(element, \"");
      Write(attributeName);
      WriteLine("\");");
    }