ConstantsBase<T>.Add<T2>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
generic <typename T2>
where T2 : Microsoft::Xrm::Sdk::Metadata::ConstantsBase<T>gcnew() static T2 Add(T value);
protected static T2 Add<T2> (T value) where T2 : Microsoft.Xrm.Sdk.Metadata.ConstantsBase<T>, new();
static member Add : 'T -> 'T2 (requires 'T2 :> Microsoft.Xrm.Sdk.Metadata.ConstantsBase<'T> and 'T2 : (new : unit -> 'T2))
Protected Shared Function Add(Of T2 As {ConstantsBase(Of T)New}) (value As T) As T2
Type Parameters
- T2
Parameters
- value
- T
Returns
T2
Returns IList<T>.