System.IO.BigEndianWriter.Write7BitEncodedInt C# (CSharp) Méthode

Write7BitEncodedInt() protected méthode

Not supported
protected Write7BitEncodedInt ( int value ) : void
value int
Résultat void
        protected void Write7BitEncodedInt(int value)
        {
            throw new NotSupportedException();
        }