### YamlMime:ManagedReference items: - uid: MLEM.Formatting.TokenizedString commentId: T:MLEM.Formatting.TokenizedString id: TokenizedString parent: MLEM.Formatting children: - MLEM.Formatting.TokenizedString.#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[]) - MLEM.Formatting.TokenizedString.AllCodes - MLEM.Formatting.TokenizedString.DisplayString - MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) - MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) - MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont) - MLEM.Formatting.TokenizedString.RawString - MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont,System.Single,System.Single) - MLEM.Formatting.TokenizedString.String - MLEM.Formatting.TokenizedString.Tokens - MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime) langs: - csharp - vb name: TokenizedString nameWithType: TokenizedString fullName: MLEM.Formatting.TokenizedString type: Class source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: TokenizedString path: ../MLEM/Formatting/TokenizedString.cs startLine: 11 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: 'public class TokenizedString : GenericDataHolder' content.vb: >- Public Class TokenizedString Inherits GenericDataHolder inheritance: - System.Object - MLEM.Misc.GenericDataHolder inheritedMembers: - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetDataKeys - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: MLEM.Formatting.TokenizedString.RawString commentId: F:MLEM.Formatting.TokenizedString.RawString id: RawString parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: RawString nameWithType: TokenizedString.RawString fullName: MLEM.Formatting.TokenizedString.RawString type: Field source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: RawString path: ../MLEM/Formatting/TokenizedString.cs startLine: 13 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public readonly string RawString return: type: System.String content.vb: Public ReadOnly RawString As String modifiers.csharp: - public - readonly modifiers.vb: - Public - ReadOnly - uid: MLEM.Formatting.TokenizedString.String commentId: F:MLEM.Formatting.TokenizedString.String id: String parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: String nameWithType: TokenizedString.String fullName: MLEM.Formatting.TokenizedString.String type: Field source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: String path: ../MLEM/Formatting/TokenizedString.cs startLine: 14 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public readonly string String return: type: System.String content.vb: Public ReadOnly String As String modifiers.csharp: - public - readonly modifiers.vb: - Public - ReadOnly - uid: MLEM.Formatting.TokenizedString.DisplayString commentId: P:MLEM.Formatting.TokenizedString.DisplayString id: DisplayString parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: DisplayString nameWithType: TokenizedString.DisplayString fullName: MLEM.Formatting.TokenizedString.DisplayString type: Property source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: DisplayString path: ../MLEM/Formatting/TokenizedString.cs startLine: 15 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public string DisplayString { get; } parameters: [] return: type: System.String content.vb: Public ReadOnly Property DisplayString As String overload: MLEM.Formatting.TokenizedString.DisplayString* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: MLEM.Formatting.TokenizedString.Tokens commentId: F:MLEM.Formatting.TokenizedString.Tokens id: Tokens parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: Tokens nameWithType: TokenizedString.Tokens fullName: MLEM.Formatting.TokenizedString.Tokens type: Field source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Tokens path: ../MLEM/Formatting/TokenizedString.cs startLine: 16 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public readonly Token[] Tokens return: type: MLEM.Formatting.Token[] content.vb: Public ReadOnly Tokens As Token() modifiers.csharp: - public - readonly modifiers.vb: - Public - ReadOnly - uid: MLEM.Formatting.TokenizedString.AllCodes commentId: F:MLEM.Formatting.TokenizedString.AllCodes id: AllCodes parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: AllCodes nameWithType: TokenizedString.AllCodes fullName: MLEM.Formatting.TokenizedString.AllCodes type: Field source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: AllCodes path: ../MLEM/Formatting/TokenizedString.cs startLine: 17 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public readonly Code[] AllCodes return: type: MLEM.Formatting.Codes.Code[] content.vb: Public ReadOnly AllCodes As Code() modifiers.csharp: - public - readonly modifiers.vb: - Public - ReadOnly - uid: MLEM.Formatting.TokenizedString.#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[]) commentId: M:MLEM.Formatting.TokenizedString.#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[]) id: '#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[])' parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: TokenizedString(GenericFont, String, String, Token[]) nameWithType: TokenizedString.TokenizedString(GenericFont, String, String, Token[]) fullName: MLEM.Formatting.TokenizedString.TokenizedString(MLEM.Font.GenericFont, System.String, System.String, MLEM.Formatting.Token[]) type: Constructor source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM/Formatting/TokenizedString.cs startLine: 20 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public TokenizedString(GenericFont font, string rawString, string strg, Token[] tokens) parameters: - id: font type: MLEM.Font.GenericFont - id: rawString type: System.String - id: strg type: System.String - id: tokens type: MLEM.Formatting.Token[] content.vb: Public Sub New(font As GenericFont, rawString As String, strg As String, tokens As Token()) overload: MLEM.Formatting.TokenizedString.#ctor* nameWithType.vb: TokenizedString.TokenizedString(GenericFont, String, String, Token()) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: MLEM.Formatting.TokenizedString.TokenizedString(MLEM.Font.GenericFont, System.String, System.String, MLEM.Formatting.Token()) name.vb: TokenizedString(GenericFont, String, String, Token()) - uid: MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont,System.Single,System.Single) commentId: M:MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont,System.Single,System.Single) id: Split(MLEM.Font.GenericFont,System.Single,System.Single) parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: Split(GenericFont, Single, Single) nameWithType: TokenizedString.Split(GenericFont, Single, Single) fullName: MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont, System.Single, System.Single) type: Method source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Split path: ../MLEM/Formatting/TokenizedString.cs startLine: 29 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public void Split(GenericFont font, float width, float scale) parameters: - id: font type: MLEM.Font.GenericFont - id: width type: System.Single - id: scale type: System.Single content.vb: Public Sub Split(font As GenericFont, width As Single, scale As Single) overload: MLEM.Formatting.TokenizedString.Split* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont) commentId: M:MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont) id: Measure(MLEM.Font.GenericFont) parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: Measure(GenericFont) nameWithType: TokenizedString.Measure(GenericFont) fullName: MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont) type: Method source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Measure path: ../MLEM/Formatting/TokenizedString.cs startLine: 59 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public Vector2 Measure(GenericFont font) parameters: - id: font type: MLEM.Font.GenericFont return: type: Microsoft.Xna.Framework.Vector2 content.vb: Public Function Measure(font As GenericFont) As Vector2 overload: MLEM.Formatting.TokenizedString.Measure* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime) commentId: M:MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime) id: Update(Microsoft.Xna.Framework.GameTime) parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: Update(GameTime) nameWithType: TokenizedString.Update(GameTime) fullName: MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime) type: Method source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Update path: ../MLEM/Formatting/TokenizedString.cs startLine: 63 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public void Update(GameTime time) parameters: - id: time type: Microsoft.Xna.Framework.GameTime content.vb: Public Sub Update(time As GameTime) overload: MLEM.Formatting.TokenizedString.Update* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) commentId: M:MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) id: GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single) parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: GetTokenUnderPos(Vector2, Vector2, Single) nameWithType: TokenizedString.GetTokenUnderPos(Vector2, Vector2, Single) fullName: MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Single) type: Method source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: GetTokenUnderPos path: ../MLEM/Formatting/TokenizedString.cs startLine: 68 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public Token GetTokenUnderPos(Vector2 stringPos, Vector2 target, float scale) parameters: - id: stringPos type: Microsoft.Xna.Framework.Vector2 - id: target type: Microsoft.Xna.Framework.Vector2 - id: scale type: System.Single return: type: MLEM.Formatting.Token content.vb: Public Function GetTokenUnderPos(stringPos As Vector2, target As Vector2, scale As Single) As Token overload: MLEM.Formatting.TokenizedString.GetTokenUnderPos* modifiers.csharp: - public modifiers.vb: - Public - uid: MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) commentId: M:MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single) parent: MLEM.Formatting.TokenizedString langs: - csharp - vb name: Draw(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) nameWithType: TokenizedString.Draw(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single) fullName: MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single) type: Method source: remote: path: MLEM/Formatting/TokenizedString.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Draw path: ../MLEM/Formatting/TokenizedString.cs startLine: 72 assemblies: - MLEM namespace: MLEM.Formatting syntax: content: public void Draw(GameTime time, SpriteBatch batch, Vector2 pos, GenericFont font, Color color, float scale, float depth) parameters: - id: time type: Microsoft.Xna.Framework.GameTime - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch - id: pos type: Microsoft.Xna.Framework.Vector2 - id: font type: MLEM.Font.GenericFont - id: color type: Microsoft.Xna.Framework.Color - id: scale type: System.Single - id: depth type: System.Single content.vb: Public Sub Draw(time As GameTime, batch As SpriteBatch, pos As Vector2, font As GenericFont, color As Color, scale As Single, depth As Single) overload: MLEM.Formatting.TokenizedString.Draw* modifiers.csharp: - public modifiers.vb: - Public references: - uid: MLEM.Formatting commentId: N:MLEM.Formatting name: MLEM.Formatting nameWithType: MLEM.Formatting fullName: MLEM.Formatting - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: MLEM.Misc.GenericDataHolder commentId: T:MLEM.Misc.GenericDataHolder parent: MLEM.Misc name: GenericDataHolder nameWithType: GenericDataHolder fullName: MLEM.Misc.GenericDataHolder - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) parent: MLEM.Misc.GenericDataHolder isExternal: true name: SetData(String, Object) nameWithType: GenericDataHolder.SetData(String, Object) fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: GenericDataHolder.SetData fullName: MLEM.Misc.GenericDataHolder.SetData - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: GenericDataHolder.SetData fullName: MLEM.Misc.GenericDataHolder.SetData - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) parent: MLEM.Misc.GenericDataHolder isExternal: true name: GetData(String) nameWithType: GenericDataHolder.GetData(String) fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) nameWithType.vb: GenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData nameWithType: GenericDataHolder.GetData fullName: MLEM.Misc.GenericDataHolder.GetData - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData(Of T) nameWithType: GenericDataHolder.GetData(Of T) fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc.GenericDataHolder.GetDataKeys commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys parent: MLEM.Misc.GenericDataHolder name: GetDataKeys() nameWithType: GenericDataHolder.GetDataKeys() fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys nameWithType: GenericDataHolder.GetDataKeys fullName: MLEM.Misc.GenericDataHolder.GetDataKeys - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys nameWithType: GenericDataHolder.GetDataKeys fullName: MLEM.Misc.GenericDataHolder.GetDataKeys - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: MLEM.Misc commentId: N:MLEM.Misc name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: MLEM.Formatting.TokenizedString.DisplayString* commentId: Overload:MLEM.Formatting.TokenizedString.DisplayString name: DisplayString nameWithType: TokenizedString.DisplayString fullName: MLEM.Formatting.TokenizedString.DisplayString - uid: MLEM.Formatting.Token[] isExternal: true name: Token[] nameWithType: Token[] fullName: MLEM.Formatting.Token[] nameWithType.vb: Token() fullName.vb: MLEM.Formatting.Token() name.vb: Token() spec.csharp: - uid: MLEM.Formatting.Token name: Token nameWithType: Token fullName: MLEM.Formatting.Token - name: '[]' nameWithType: '[]' fullName: '[]' spec.vb: - uid: MLEM.Formatting.Token name: Token nameWithType: Token fullName: MLEM.Formatting.Token - name: () nameWithType: () fullName: () - uid: MLEM.Formatting.Codes.Code[] isExternal: true name: Code[] nameWithType: Code[] fullName: MLEM.Formatting.Codes.Code[] nameWithType.vb: Code() fullName.vb: MLEM.Formatting.Codes.Code() name.vb: Code() spec.csharp: - uid: MLEM.Formatting.Codes.Code name: Code nameWithType: Code fullName: MLEM.Formatting.Codes.Code - name: '[]' nameWithType: '[]' fullName: '[]' spec.vb: - uid: MLEM.Formatting.Codes.Code name: Code nameWithType: Code fullName: MLEM.Formatting.Codes.Code - name: () nameWithType: () fullName: () - uid: MLEM.Formatting.TokenizedString.#ctor* commentId: Overload:MLEM.Formatting.TokenizedString.#ctor name: TokenizedString nameWithType: TokenizedString.TokenizedString fullName: MLEM.Formatting.TokenizedString.TokenizedString - uid: MLEM.Font.GenericFont commentId: T:MLEM.Font.GenericFont parent: MLEM.Font name: GenericFont nameWithType: GenericFont fullName: MLEM.Font.GenericFont - uid: MLEM.Font commentId: N:MLEM.Font name: MLEM.Font nameWithType: MLEM.Font fullName: MLEM.Font - uid: MLEM.Formatting.TokenizedString.Split* commentId: Overload:MLEM.Formatting.TokenizedString.Split name: Split nameWithType: TokenizedString.Split fullName: MLEM.Formatting.TokenizedString.Split - uid: System.Single commentId: T:System.Single parent: System isExternal: true name: Single nameWithType: Single fullName: System.Single - uid: MLEM.Formatting.TokenizedString.Measure* commentId: Overload:MLEM.Formatting.TokenizedString.Measure name: Measure nameWithType: TokenizedString.Measure fullName: MLEM.Formatting.TokenizedString.Measure - uid: Microsoft.Xna.Framework.Vector2 commentId: T:Microsoft.Xna.Framework.Vector2 parent: Microsoft.Xna.Framework isExternal: true name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 - uid: Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework isExternal: true name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework - uid: MLEM.Formatting.TokenizedString.Update* commentId: Overload:MLEM.Formatting.TokenizedString.Update name: Update nameWithType: TokenizedString.Update fullName: MLEM.Formatting.TokenizedString.Update - uid: Microsoft.Xna.Framework.GameTime commentId: T:Microsoft.Xna.Framework.GameTime parent: Microsoft.Xna.Framework isExternal: true name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime - uid: MLEM.Formatting.TokenizedString.GetTokenUnderPos* commentId: Overload:MLEM.Formatting.TokenizedString.GetTokenUnderPos name: GetTokenUnderPos nameWithType: TokenizedString.GetTokenUnderPos fullName: MLEM.Formatting.TokenizedString.GetTokenUnderPos - uid: MLEM.Formatting.Token commentId: T:MLEM.Formatting.Token parent: MLEM.Formatting name: Token nameWithType: Token fullName: MLEM.Formatting.Token - uid: MLEM.Formatting.TokenizedString.Draw* commentId: Overload:MLEM.Formatting.TokenizedString.Draw name: Draw nameWithType: TokenizedString.Draw fullName: MLEM.Formatting.TokenizedString.Draw - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch parent: Microsoft.Xna.Framework.Graphics isExternal: true name: SpriteBatch nameWithType: SpriteBatch fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch - uid: Microsoft.Xna.Framework.Color commentId: T:Microsoft.Xna.Framework.Color parent: Microsoft.Xna.Framework isExternal: true name: Color nameWithType: Color fullName: Microsoft.Xna.Framework.Color - uid: Microsoft.Xna.Framework.Graphics commentId: N:Microsoft.Xna.Framework.Graphics isExternal: true name: Microsoft.Xna.Framework.Graphics nameWithType: Microsoft.Xna.Framework.Graphics fullName: Microsoft.Xna.Framework.Graphics