/// <summary>The list of properties available in the wrapped model.</summary> public Eina.Iterator <System.String> GetProperties() { return(model.GetProperties()); }
/// <summary>The list of properties available in the wrapped model.</summary> /// <returns>The list of properties in the model.</returns> public IEnumerable <System.String> GetProperties() { return(model.GetProperties()); }