PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Adds the attribute T on the MemberInfo instance to the cache.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public void Add(
	 memberInfo,
	T attribute
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub Add ( _
	memberInfo As , _
	attribute As T _
)

Parameters

memberInfo
MemberInfo
attribute
T

See Also

Advanced