Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.CodeIdentifier Class Reference

Public Member Functions

 CodeIdentifier ()
 

Static Public Member Functions

static string MakePascal (string identifier)
 
static string MakeCamel (string identifier)
 
static string MakeValid (string identifier)
 

Static Package Functions

static string MakeValidInternal (string identifier)
 
static void CheckValidIdentifier ([NotNull] string ident)
 
static string GetCSharpName (string name)
 
static string GetCSharpName (Type t)
 

Static Private Member Functions

static bool IsValidStart (char c)
 
static bool IsValid (char c)
 
static int GetCSharpName (Type t, Type[] parameters, int index, StringBuilder sb)
 
static void EscapeKeywords (string identifier, StringBuilder sb)
 
static string EscapeKeywords (string identifier)
 

Detailed Description

Definition at line 7 of file CodeIdentifier.cs.


The documentation for this class was generated from the following file: