A stack of the IContentResources
which are currently being assembled. The resource upon which
assembly has most recently begun will be at the top of the stack.
Namespace:
Endeca.Data.Content.AssemblerAssembly: Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)
Syntax
| C# |
|---|
Stack<IContentResource> ContentResourceStack { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Property ContentResourceStack As Stack(Of IContentResource) |
| Visual C++ |
|---|
property Stack<IContentResource^>^ ContentResourceStack { Stack<IContentResource^>^ get (); } |