AddressMatch.MatchMachine.SetMatchRule C# (CSharp) Method

SetMatchRule() public method

custom Match Rule
public SetMatchRule ( MatchRule rule ) : void
rule MatchRule User-defined rule
return void
        public void SetMatchRule(MatchRule rule)
        {
            LocalMatchRule = rule;
        }