mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-10 18:24:53 +00:00
fix: Fixing hidden properties
This commit is contained in:
@@ -8,8 +8,6 @@ namespace ICD.Common.Utils.IO
|
||||
{
|
||||
public sealed class IcdFileStream : IcdStream
|
||||
{
|
||||
public int Position { get; set; }
|
||||
|
||||
public FileStream WrappedFileStream { get { return WrappedStream as FileStream; } }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -8,8 +8,6 @@ namespace ICD.Common.Utils.IO
|
||||
{
|
||||
public sealed class IcdMemoryStream : IcdStream
|
||||
{
|
||||
public int Position { get; set; }
|
||||
|
||||
public MemoryStream WrappedMemoryStream { get { return WrappedStream as MemoryStream; } }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user