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

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