Table of Contents

Struct ToMechConfigArmor

Namespace
Mech3DotNet.Reader.Mw
Assembly
Mech3DotNet.dll
public struct ToMechConfigArmor : IConvertOperation<MechConfigArmor>
Implements
Inherited Members

Methods

Convert(ReaderValue, IEnumerable<string>)

public static MechConfigArmor Convert(ReaderValue value, IEnumerable<string> path)

Parameters

value ReaderValue
path IEnumerable<string>

Returns

MechConfigArmor

ConvertTo(ReaderValue, IEnumerable<string>)

Apply the operation to the ReaderValue.

This method is not usually called manually, but is called when the operation is applied to a Query.

public MechConfigArmor ConvertTo(ReaderValue value, IEnumerable<string> path)

Parameters

value ReaderValue
path IEnumerable<string>

Returns

MechConfigArmor

Operators

operator /(Query, ToMechConfigArmor)

public static MechConfigArmor operator /(Query query, ToMechConfigArmor op)

Parameters

query Query
op ToMechConfigArmor

Returns

MechConfigArmor