ConstantsBase<T>.Add<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 Add<T2>(
T value
)
where T2 : new(), ConstantsBase<T>
protected:
generic<typename T2>
where T2 : gcnew(), ConstantsBase<T>
static T2 Add(
T value
)
static member Add<'T2 when 'T2 : new() and ConstantsBase<'T>> :
value:'T -> 'T2
Protected Shared Function Add(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