[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GetMethodTypeName(System.String)"]

Namespace:  Facebook.Api.Generator
Assembly:  Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3390.21860 (1.0.0.0)

Syntax

C#
public static string GetMethodTypeName(
	string apiTypeName
)
Visual Basic (Declaration)
Public Shared Function GetMethodTypeName ( _
	apiTypeName As String _
) As String
Visual C++
public:
static String^ GetMethodTypeName(
	String^ apiTypeName
)

Parameters

apiTypeName
Type: System..::.String

[Missing <param name="apiTypeName"/> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GetMethodTypeName(System.String)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GetMethodTypeName(System.String)"]

See Also

FacebookApiGenerator Class
Facebook.Api.Generator Namespace