Tiny notes from everyday work. Mostly about .NET, C# and some tools I use every day.
public interface IEnumerator<T> : IDisposable, IEnumerator{ // Properties T Current { get; }}* This source code was highlighted with Source Code Highlighter.
No comments:
Post a Comment