PartProxy
LuaPartAsEnumerableDepthFirst Method |
Iterate the parts structure in depth-first way
Recursive
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public IEnumerable<LuaPart> AsEnumerableDepthFirst()
Public Function AsEnumerableDepthFirst As IEnumerable(Of LuaPart)
public: IEnumerable<LuaPart^>^ AsEnumerableDepthFirst()
member AsEnumerableDepthFirst : unit -> IEnumerable<LuaPart>
Return Value
Type: IEnumerableLuaPartIEnumerable<LuaPart>.
