コード例 #1
0
 // 3.0-only
 public static object IterMethodForString(string self)
 {
     return(StringOps.StringEnumerator(self));
 }