This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class AttributeStartupCache<T> where T : |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class AttributeStartupCache(Of T As ) |
Type Parameters
- T
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Add |
Adds the attribute T on the MemberInfo instance to the cache.
|
|
Clear |
Removes all cached attributes and disables the cache for further use.
|
|
Equals | (Inherited from Object.) | |
GetAttributeStartupCache |
Gets the attribute cache for the specified Attribute type.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetValue |
Attempts to get the attribute T defined on the MemberInfo.
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |