ResolvedCompiledBindingDefinition(String, String, String, String, String?, String, Boolean, Int32, Int32, String?) Constructor

Definition

Assembly XamlToCSharpGenerator.Core.dll
public ResolvedCompiledBindingDefinition(string TargetTypeName, string TargetPropertyName, string Path, string SourceTypeName, string? ResultTypeName, string AccessorExpression, bool IsSetterBinding, int Line, int Column, string? AccessorPlaceholderToken = null)

Parameters

TargetTypeName
String
TargetPropertyName
String
Path
String
SourceTypeName
String
ResultTypeName
String
AccessorExpression
String
IsSetterBinding
Boolean
Line
Int32
Column
Int32
AccessorPlaceholderToken
String