RgfDynamicDictionaryExtensionCopyTo(RgfDynamicDictionary, Type, Object, StringComparison) Method

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Models
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.3.0.10221
C#
public static (List<string> Invalid, List<string> Missing, List<string> MissingPrimitive) CopyTo(
	this RgfDynamicDictionary self,
	Type dataType,
	Object dataRec,
	StringComparison comparisonType = StringComparison.OrdinalIgnoreCase
)

Parameters

self  RgfDynamicDictionary
 
dataType  Type
 
dataRec  Object
 
comparisonType  StringComparison  (Optional)
 

Return Value

ValueTupleListString, ListString, ListString

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RgfDynamicDictionary. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also