'Declaration Public Shared Function Create( _ ByVal style As StyleInfo _ ) As DuplicateRule
'Usage Dim style As StyleInfo Dim value As DuplicateRule value = DuplicateRule.Create(style)
public static DuplicateRule Create( StyleInfo style )
Parameters
- style
- The style.
Return Value
The new unique rule.