Table of Contents

Class ContextListPropertyExtensions

Namespace
KSP.Sim.Maneuver
Assembly
Assembly-CSharp.dll
public static class ContextListPropertyExtensions
Inheritance
ContextListPropertyExtensions
Inherited Members

Methods

ContainsStageId(ContextListProperty<StageIndicatorDataContext>, int, out StageIndicatorDataContext)

public static bool ContainsStageId(this ContextListProperty<StageIndicatorDataContext> contextList, int StageId, out StageIndicatorDataContext matchedItem)

Parameters

contextList ContextListProperty<StageIndicatorDataContext>
StageId int
matchedItem StageIndicatorDataContext

Returns

bool