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