Namespace: Novalys.VisualGuard.Security.IdentityModule.Profile
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public List<VGModuleProfileSyncValue> FindAll(
	Predicate<VGModuleProfileSyncValue> match
)
Visual Basic
Public Function FindAll ( 
	match As Predicate(Of VGModuleProfileSyncValue)
) As List(Of VGModuleProfileSyncValue)

Parameters

match
Type: System..::..Predicate<(Of <(<'VGModuleProfileSyncValue>)>)>

Return Value

Type: List<(Of <(<'VGModuleProfileSyncValue>)>)>

See Also