ConfigurationStorageInVaultValidatingContractResolver Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public ValidatingContractResolver(
	ref HashSet<Tuple<Object, MemberInfo>> definedMembers
)

Parameters

definedMembers  HashSetTupleObject, MemberInfo
The collection that receives the information about specified member values.

See Also