System.IO.Stream.NullStream.SetLength C# (CSharp) Method

SetLength() public method

public SetLength ( long length ) : void
length long
return void
            public override void SetLength(long length)
            {
            }
        }