C# Class TESVSnip.Domain.Data.Structure.Conditional

Mostra file Open project: figment/tesvsnip

Public Properties

Property Type Description
type ElementValueType
value object

Public Methods

Method Description
Conditional ( ElementValueType type, object value )

Method Details

Conditional() public method

public Conditional ( ElementValueType type, object value )
type ElementValueType
value object

Property Details

type public_oe property

public ElementValueType type
return ElementValueType

value public_oe property

public object value
return object