private ProtoXamlInstruction ConvertDirective(DirectiveAssignment assignment) { return(instructionBuilder.Directive(assignment.Directive, assignment.Value)); }
private ProtoXamlInstruction ConvertDirective(DirectiveAssignment assignment) { return instructionBuilder.Directive(assignment.Directive, assignment.Value); }