예제 #1
0
 /// <summary>The list of properties available in the wrapped model.</summary>
 public Eina.Iterator <System.String> GetProperties()
 {
     return(model.GetProperties());
 }
예제 #2
0
 /// <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());
 }