ContentTypeReaderManager.PrepareType Method (Microsoft.Xna.Framework.Content)

Removes Version, Culture and PublicKeyToken from a type string.

Namespace: Microsoft.Xna.Framework.Content
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static string PrepareType(
	string type
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

type
Type: System.String
A System.String

Return Value

Type: System.String
A System.String
Supports multiple generic types (e.g. Dictionary<TKey,TValue>) and nested generic types (e.g. List<List<int>>).
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web