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

[Missing <summary> documentation for "M:Facebook.Api.Generator.FacebookTypeDefinition.Get(System.Xml.Schema.XmlSchemaObject,System.Collections.Generic.IDictionary{System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaType})"]

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 FacebookTypeDefinition Get(
	XmlSchemaObject schemaObject,
	IDictionary<XmlQualifiedName, XmlSchemaType> structTypes
)
Visual Basic (Declaration)
Public Shared Function Get ( _
	schemaObject As XmlSchemaObject, _
	structTypes As IDictionary(Of XmlQualifiedName, XmlSchemaType) _
) As FacebookTypeDefinition
Visual C++
public:
static FacebookTypeDefinition^ Get(
	XmlSchemaObject^ schemaObject, 
	IDictionary<XmlQualifiedName^, XmlSchemaType^>^ structTypes
)

Parameters

schemaObject
Type: System.Xml.Schema..::.XmlSchemaObject

[Missing <param name="schemaObject"/> documentation for "M:Facebook.Api.Generator.FacebookTypeDefinition.Get(System.Xml.Schema.XmlSchemaObject,System.Collections.Generic.IDictionary{System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaType})"]

structTypes
Type: System.Collections.Generic..::.IDictionary<(Of <(XmlQualifiedName, XmlSchemaType>)>)

[Missing <param name="structTypes"/> documentation for "M:Facebook.Api.Generator.FacebookTypeDefinition.Get(System.Xml.Schema.XmlSchemaObject,System.Collections.Generic.IDictionary{System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaType})"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Generator.FacebookTypeDefinition.Get(System.Xml.Schema.XmlSchemaObject,System.Collections.Generic.IDictionary{System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaType})"]

See Also

FacebookTypeDefinition Class
Get Overload
Facebook.Api.Generator Namespace