Show / Hide Table of Contents

Class WildcardGenerator

Generates unique wildcards.

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

Implements

IWildcardGenerator
In This Article
Back to top Generated by DocFX