ParseObjectCreateT Method Parse
Creates a new ParseObject based upon a given subclass type.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static T Create<T>()
where T : ParseObject

Type Parameters

T

Return Value

Type: T
A new ParseObject for the given class name.
See Also

Reference