Show / Hide Table of Contents

Class WildcardProducer

Produces wildcards, keeping track of all identifiers generated.

Inheritance
System.Object
WildcardGenerator
WildcardProducer
Implements
IWildcardGenerator
Inherited Members
WildcardGenerator.Instance
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.

Overrides
WildcardGenerator.Generate()

Implements

IWildcardGenerator
In This Article
Back to top Generated by DocFX