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

[Missing <summary> documentation for "P:Facebook.Api.Generator.FacebookApiSchemaParser.MethodSignatures"]

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 Dictionary<string, List<MethodDefinition>> MethodSignatures { get; set; }
Visual Basic (Declaration)
Public Property MethodSignatures As Dictionary(Of String, List(Of MethodDefinition))
Visual C++
public:
property Dictionary<String^, List<MethodDefinition^>^>^ MethodSignatures {
	Dictionary<String^, List<MethodDefinition^>^>^ get ();
	void set (Dictionary<String^, List<MethodDefinition^>^>^ value);
}

See Also

FacebookApiSchemaParser Class
Facebook.Api.Generator Namespace