Changeset 1781 for cobra/trunk/Source/Cobra.Lang/Misc.cobra
- Timestamp:
- 11/28/08 20:11:01 (3 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Cobra.Lang/Misc.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Cobra.Lang/Misc.cobra
r1773 r1781 1 1 namespace Cobra.Lang 2 2 3 class EmptyStream<of T> 4 implements IEnumerable<of T> 5 6 def getEnumerator as IEnumerator<of T> 7 yield break 8 9 def getEnumerator as System.Collections.IEnumerator 10 implements System.Collections.IEnumerable 11 return .getEnumerator 12 3 13 interface ITreeBuilder 4 14 def indent



