PropertyGetter.

PropertyGetter(string, StringComparison) Constructor

Summary

Initializes a new instance of the PropertyGetter class.

Syntax

public PropertyGetter(string separator = null, StringComparison comparison = 4)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
separator string The separator.
comparison StringComparison The comparison.

Return Value

Type Description
void