Exemplo n.º 1
0
 public string /*!*/ __str__(CodeContext /*!*/ context)
 {
     return(DictionaryOps.__repr__(context, this));
 }
 public string /*!*/ __str__(CodeContext /*!*/ context) => DictionaryOps.__repr__(context, this);
Exemplo n.º 3
0
 System.Collections.IEnumerator IEnumerable.GetEnumerator()
 {
     return(DictionaryOps.iterkeys(_dt.GetMemberDictionary(DefaultContext.Default, false)));
 }
Exemplo n.º 4
0
 System.Collections.IEnumerator IEnumerable.GetEnumerator()
 {
     return(DictionaryOps.iterkeys(Dictionary));
 }