Interface ITaggedPropertyGenerator
Represents a generator that generates a tagged property from a tag.
public interface ITaggedPropertyGenerator : IGenerator<KeyValuePair<TagTypeKey, object?>, TaggedProperty?>, IGenerator<TaggedProperty?>, ITagTypedGenerator
- Inherited Members