Struct ToMechConfigEquipment
- Namespace
- Mech3DotNet.Reader.Mw
- Assembly
- Mech3DotNet.dll
public struct ToMechConfigEquipment : IConvertOperation<MechConfigEquipment>
- Implements
- Inherited Members
Methods
Convert(ReaderValue, IEnumerable<string>)
public static MechConfigEquipment Convert(ReaderValue value, IEnumerable<string> path)
Parameters
value
ReaderValuepath
IEnumerable<string>
Returns
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 MechConfigEquipment ConvertTo(ReaderValue value, IEnumerable<string> path)
Parameters
value
ReaderValuepath
IEnumerable<string>
Returns
Operators
operator /(Query, ToMechConfigEquipment)
public static MechConfigEquipment operator /(Query query, ToMechConfigEquipment op)
Parameters
query
Queryop
ToMechConfigEquipment