KeePassLib.Cryptography.HashingStreamEx.SetLength C# (CSharp) 메소드

SetLength() 공개 메소드

public SetLength ( long lValue ) : void
lValue long
리턴 void
        public override void SetLength(long lValue)
        {
            throw new NotSupportedException();
        }