|  | 
|  | Latin1Encoding () | 
|  | 
| override int | GetMaxByteCount (int charCount) | 
|  | 
| override int | GetMaxCharCount (int byteCount) | 
|  | 
| 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) | 
|  | 
| 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) | 
|  | 
| 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) | 
|  | 
| 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 override string | GetString (byte[] bytes, int index, int count) | 
|  | 
| unsafe string | GetString (byte *bytes, int byteCount) | 
|  | 
| unsafe string | GetString (global::System.ReadOnlySpan< byte > bytes) | 
|  | 
| virtual string | GetString (byte[] bytes) | 
|  | 
| override Decoder | GetDecoder () | 
|  | 
| override Encoder | GetEncoder () | 
|  | 
| virtual byte[] | GetPreamble () | 
|  | 
| virtual object | Clone () | 
|  | 
| override bool | Equals (object value) | 
|  | 
| override int | GetHashCode () | 
|  | 
|  | 
|  | Latin1Encoding (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | 
|  | 
| unsafe override int | GetByteCount (char *chars, int charCount, EncoderNLS encoder) | 
|  | 
| unsafe override int | GetBytes (char *chars, int charCount, byte *bytes, int byteCount, EncoderNLS encoder) | 
|  | 
| unsafe override int | GetCharCount (byte *bytes, int count, DecoderNLS decoder) | 
|  | 
| unsafe override int | GetChars (byte *bytes, int byteCount, char *chars, int charCount, DecoderNLS decoder) | 
|  | 
| override char[] | GetBestFitUnicodeToBytesData () | 
|  | 
| 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) | 
|  | 
| void | setReadOnly (bool value=true) | 
|  | 
| 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 Latin1Encoding.cs.