Click or drag to resize

IValuePairsExtensiongetCrossSectionTVP Method (IValuePairs, IValuePairs, crossSectionType)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca presek koji ce biti dostavljen u odabranom tipu kolekcije

Namespace:  imbSCI.Data.data.maps.datamap
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public static TVP getCrossSection<TVP>(
	this IValuePairs source,
	IValuePairs second,
	crossSectionType cst
)
where TVP : class, new(), IValuePairs
Request Example View Source

Parameters

source
Type: imbSCI.Data.data.maps.datamapIValuePairs
second
Type: imbSCI.Data.data.maps.datamapIValuePairs
cst
Type: imbSCI.Data.data.maps.datamapcrossSectionType

Type Parameters

TVP

Return Value

Type: TVP

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IValuePairs. 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