mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
fix: Fixing hidden properties
This commit is contained in:
parent
9cdb590d9f
commit
957424e5ca
2 changed files with 0 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue