AddressMatch.MatchMachine.SetMatchRule C# (CSharp) 메소드

SetMatchRule() 공개 메소드

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