Class WildcardProducer
Produces wildcards, keeping track of all identifiers generated.
Implements
Inherited Members
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public class WildcardProducer : WildcardGenerator, IWildcardGenerator
Constructors
WildcardProducer()
Instantiates the wildcard generator.
Declaration
public WildcardProducer()
Properties
Wildcards
The ordered set of wildcards that have been generated.
Declaration
public IEnumerable<Uri> Wildcards { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Uri> |
Methods
Generate()
Generate a wildcard.
Declaration
public override Uri Generate()
Returns
Type | Description |
---|---|
System.Uri | The wildcard. |