| 
| override int  | GetByteCount (char[] chars, int index, int count) | 
|   | 
| override int  | GetByteCount (string s) | 
|   | 
| unsafe override int  | GetByteCount (char *chars, int count) | 
|   | 
| override int  | GetBytes (string s, int charIndex, int charCount, byte[] bytes, int byteIndex) | 
|   | 
| override int  | GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) | 
|   | 
| unsafe override int  | GetBytes (char *chars, int charCount, byte *bytes, int byteCount) | 
|   | 
| override int  | GetCharCount (byte[] bytes, int index, int count) | 
|   | 
| unsafe override int  | GetCharCount (byte *bytes, int count) | 
|   | 
| override int  | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) | 
|   | 
| unsafe override int  | GetChars (byte *bytes, int byteCount, char *chars, int charCount) | 
|   | 
| unsafe override string  | GetString (byte[] bytes, int index, int count) | 
|   | 
| override Decoder  | GetDecoder () | 
|   | 
| override Encoder  | GetEncoder () | 
|   | 
| virtual byte[]  | GetPreamble () | 
|   | 
| virtual object  | Clone () | 
|   | 
| virtual byte[]  | GetBytes (char[] chars) | 
|   | 
| virtual byte[]  | GetBytes (char[] chars, int index, int count) | 
|   | 
| virtual byte[]  | GetBytes (string s) | 
|   | 
| virtual int  | GetBytes (global::System.ReadOnlySpan< char > chars, global::System.Span< byte > bytes) | 
|   | 
| virtual char[]  | GetChars (byte[] bytes) | 
|   | 
| virtual char[]  | GetChars (byte[] bytes, int index, int count) | 
|   | 
| virtual int  | GetChars (global::System.ReadOnlySpan< byte > bytes, global::System.Span< char > chars) | 
|   | 
| unsafe string  | GetString (byte *bytes, int byteCount) | 
|   | 
| unsafe string  | GetString (global::System.ReadOnlySpan< byte > bytes) | 
|   | 
| virtual string  | GetString (byte[] bytes) | 
|   | 
| int  | GetMaxByteCount (int charCount) | 
|   | 
| int  | GetMaxCharCount (int byteCount) | 
|   | 
| override bool  | Equals (object value) | 
|   | 
| override int  | GetHashCode () | 
|   | 
 | 
| virtual void  | SetDefaultFallbacks () | 
|   | 
| void  | OnDeserializing () | 
|   | 
| void  | OnDeserialized () | 
|   | 
| void  | DeserializeEncoding (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | 
|   | 
| void  | SerializeEncoding (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | 
|   | 
| virtual unsafe int  | GetByteCount (char *chars, int count, EncoderNLS encoder) | 
|   | 
| virtual unsafe int  | GetBytes (char *chars, int charCount, byte *bytes, int byteCount, EncoderNLS encoder) | 
|   | 
| virtual unsafe int  | GetCharCount (byte *bytes, int count, DecoderNLS decoder) | 
|   | 
| virtual unsafe int  | GetChars (byte *bytes, int byteCount, char *chars, int charCount, DecoderNLS decoder) | 
|   | 
| void  | setReadOnly (bool value=true) | 
|   | 
| virtual char[]  | GetBestFitUnicodeToBytesData () | 
|   | 
| virtual char[]  | GetBestFitBytesToUnicodeData () | 
|   | 
| void  | ThrowBytesOverflow () | 
|   | 
| unsafe void  | ThrowBytesOverflow (EncoderNLS encoder, bool nothingEncoded) | 
|   | 
| void  | ThrowCharsOverflow () | 
|   | 
| unsafe void  | ThrowCharsOverflow (DecoderNLS decoder, bool nothingDecoded) | 
|   | 
Definition at line 11 of file EncodingNLS.cs.