ClosureContextHelper.AddContextListData Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddContextListData(Object, Object) | Adds the data to the list in the walker's context object for a particular key. This will create the list if it does not exist. | |
AddContextListData(ElementGroup, Object, Object) | Adds the data to the list in the walker's context object for a particular key. This will create the list if it does not exist. | |
AddContextListData(ElementWalker, Object, Object) | Adds the data to the list in the walker's context object for a particular key. This will create the list if it doesn't exist. |
Top