System.IO.BigEndianWriter.Write7BitEncodedInt C# (CSharp) 메소드

Write7BitEncodedInt() 보호된 메소드

Not supported
protected Write7BitEncodedInt ( int value ) : void
value int
리턴 void
        protected void Write7BitEncodedInt(int value)
        {
            throw new NotSupportedException();
        }