FileGenerator.MagickScript.ScriptCodeGenerator.WriteGetElementValue C# (CSharp) Méthode

WriteGetElementValue() protected méthode

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