Table of Contents

Class PipelineBuildEvent.Pair

Namespace
MonoGame.Framework.Content.Pipeline.Builder
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

string

Value

Value related to the key.

public string Value { get; set; }

Property Value

string