Browse Source

Changed field to a property.

pull/20/head
dirk 10 years ago
parent
commit
cca3574082
  1. 2
      src/ImageSharp/Bootstrapper.cs

2
src/ImageSharp/Bootstrapper.cs

@ -45,7 +45,7 @@ namespace ImageSharp
/// <summary> /// <summary>
/// Gets the current bootstrapper instance. /// Gets the current bootstrapper instance.
/// </summary> /// </summary>
public static Bootstrapper Instance = Lazy.Value; public static Bootstrapper Instance => Lazy.Value;
/// <summary> /// <summary>
/// Gets the collection of supported <see cref="IImageFormat"/> /// Gets the collection of supported <see cref="IImageFormat"/>

Loading…
Cancel
Save