Class WildcardGenerator
Generates unique wildcards.
Implements
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public class WildcardGenerator : Object, IWildcardGenerator
Constructors
WildcardGenerator()
Instantiates the wildcard generator.
Declaration
protected WildcardGenerator()
Properties
Instance
The default instance.
Declaration
public static WildcardGenerator Instance { get; }
Property Value
Type | Description |
---|---|
WildcardGenerator |
Methods
Generate()
Generates a unique wildcard.
Declaration
public virtual Uri Generate()
Returns
Type | Description |
---|---|
System.Uri | The wildcard. |