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

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

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

See Also

FacebookApiSchemaParser Class
Facebook.Api.Generator Namespace