Browse Source

Fixed xmldoc

tags/1.0-rc
RogueException 8 years ago
parent
commit
ded721be03
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.Core/Entities/Image.cs

+ 0
- 1
src/Discord.Net.Core/Entities/Image.cs View File

@@ -12,7 +12,6 @@ namespace Discord
/// Create the image with a Stream.
/// </summary>
/// <param name="stream">This must be some type of stream with the contents of a file in it.</param>
/// <seealso cref="File.OpenRead(string)"/>
public Image(Stream stream)
{
Stream = stream;


Loading…
Cancel
Save