Alexandria.Platforms.Wii.DiscPartitionStream.SetLength C# (CSharp) Method

SetLength() public method

Throws an exception.
public SetLength ( long value ) : void
value long
return void
        public override void SetLength(long value)
        {
            throw new NotImplementedException();
        }