Class PatternTableEntry
- Namespace
- NuGet.ContentModel
- Assembly
- Chocolatey.NuGet.Packaging.dll
public class PatternTableEntry
- Inheritance
-
PatternTableEntry
- Inherited Members
Constructors
PatternTableEntry(string, string, object)
public PatternTableEntry(string propertyName, string name, object value)
Parameters
Properties
Name
Item name
public string Name { get; }
Property Value
PropertyName
PropertyName moniker
public string PropertyName { get; }
Property Value
Value
Item replacement value
public object Value { get; }