Show / Hide Table of Contents

Interface IGetsValidatedType

An object which gets the validated type, to store in ValidatedType.

Namespace: CSF.Validation.Manifest
Assembly: CSF.Validation.dll
Syntax
public interface IGetsValidatedType

Methods

| Improve this Doc View Source

GetValidatedType(Type, Boolean)

Gets the validated type from the value type, and whether or not items should be enumerated.

Declaration
Type GetValidatedType(Type type, bool enumerateItems)
Parameters
Type Name Description
System.Type type

The value type.

System.Boolean enumerateItems

A value indicating whether or not items within the value type are to be enumerated.

Returns
Type Description
System.Type

The validated type.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX