예제 #1
0
 public override string ToString()
 {
     return(SetHelpers.SetToString(this, this.items.Keys));
 }
예제 #2
0
파일: Set.cs 프로젝트: rudimk/dlr-dotnet
 public virtual string /*!*/ __repr__(CodeContext /*!*/ context)
 {
     return(SetHelpers.SetToString(context, this, _items));
 }