Ancestry.Daisy.Statements.ReflectionStatementDefinition.ReflectionLinkedStatement.ReflectionLinkedStatement C# (CSharp) Method

ReflectionLinkedStatement() private method

private ReflectionLinkedStatement ( ReflectionStatementDefinition definition, string statement, Match match ) : System
definition ReflectionStatementDefinition
statement string
match System.Text.RegularExpressions.Match
return System
            internal ReflectionLinkedStatement(ReflectionStatementDefinition definition, string statement, Match match)
            {
                Statement = statement;
                this.definition = definition;
                this.match = match;
                Definition = definition;
                PrecacheReflections(definition.ControllerType);
                PrecacheParameterBindings();
            }