Class PipelineBuildEvent.Pair
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
Class that represents a key / value pair.
public class PipelineBuildEvent.Pair
- Inheritance
-
PipelineBuildEvent.Pair
- Inherited Members
Properties
Key
Name of the key..
public string Key { get; set; }
Property Value
Value
Value related to the key.
public string Value { get; set; }