GetLayoutInstructions() статический приватный Метод

static private GetLayoutInstructions ( List layoutInstructions ) : void
layoutInstructions List
Результат void
 public override void UpdateInstructions()
 {
     this.m_LayoutInstructions.Clear();
     GUIViewDebuggerHelper.GetLayoutInstructions(this.m_LayoutInstructions);
 }