CSharp.

GetKeyword(Type) Method

Summary

Returns the C# keyword associated with the specified `type` such as int, float, string, etc. Returns null if there is no associated keyword.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
CSharp

Syntax

public static string GetKeyword(Type type)

Parameters

Name Type Description
type Type

Return Value

Type Description
string