ConstantsBase<T>.Create<T2> Method (T)
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected static T2 Create<T2>(
T value
)
where T2 : new(), ConstantsBase<T>
protected:
generic<typename T2>
where T2 : gcnew(), ConstantsBase<T>
static T2 Create(
T value
)
static member Create<'T2 when 'T2 : new() and ConstantsBase<'T>> :
value:'T -> 'T2
Protected Shared Function Create(Of T2 As { ConstantsBase(Of T), New }) (
value As T
) As T2
Parameters
- value
Type: T
Return Value
Type: T2
Returns IList<T>.
Type Parameters
- T2
See Also
ConstantsBase<T> Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright