Alexandria.Platforms.Wii.DiscPartitionStream.SetLength C# (CSharp) 메소드

SetLength() 공개 메소드

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