Exemplo n.º 1
0
        public override string ToSource()
        {
            var builder = new StringBuilder();

            return(string.Format("{0} = {1};\n", GSettableObject?.ToSource(), GSharpUtils.CastParameterString(Value, GSettableObject?.SettableType)));
        }
Exemplo n.º 2
0
 public GListAdd(GSettableObject list, GObject item)
 {
     List = list;
     Item = item;
 }
Exemplo n.º 3
0
 public GSet(GSettableObject settableObject, GObject value)
 {
     GSettableObject = settableObject;
     Value           = value;
 }