System.IO.Stream.NullStream.SetLength C# (CSharp) Méthode

SetLength() public méthode

public SetLength ( long length ) : void
length long
Résultat void
            public override void SetLength(long length)
            {
            }
        }