Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteBase64()

override void System.Xml.Linq.XNodeBuilder.WriteBase64 ( byte[] buffer,
int index,
int count )
inline

Definition at line 62 of file XNodeBuilder.cs.

63 {
64 throw new NotSupportedException(System.SR.NotSupported_WriteBase64);
65 }
static string NotSupported_WriteBase64
Definition SR.cs:64
Definition SR.cs:7

References System.SR.NotSupported_WriteBase64.