Click or drag to resize

SystemExtensionsRemoveAssemblyInfo Method

Removes all assembly info from the specified type name.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static string RemoveAssemblyInfo(
	string typeName
)

Parameters

typeName
Type: SystemString
Type name to remove assembly info from.

Return Value

Type: String
Type name without assembly info.
See Also