Wyam.Common.Util Namespace

Class Types

Class Summary
ActionDisposable A simple disposable that calls an action on disposal. This class will also throw an exception on subsiquent disposals.
CollectionExtensions Extension methods for collection types.
EmptyDisposable A disposable class that does nothing.
GroupByExtensions Extensions for performing grouping operations.
LinkGenerator Helps generate normalized links.
SourceInfoAttribute A clever trick to get source info for declarations during reflection. From http://stackoverflow.com/a/17998371/807064.
StreamExtensions Extension methods for use with System.IO.Stream.
ToLookupExtensions
GitHub