Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Stream JsonP<T>(
string jsonp,
T result
)
where T : class
Public Function JsonP(Of T As Class) (
jsonp As String,
result As T
) As Stream
public:
generic<typename T>
where T : ref class
Stream^ JsonP(
String^ jsonp,
T result
)
member JsonP :
jsonp : string *
result : 'T -> Stream when 'T : not struct
JScript does not support generic types or methods.
Parameters
- jsonp
- Type: SystemString
- result
- Type: T
Type Parameters
- T
Return Value
Type:
Stream
See Also