Click or drag to resize
ExtensionMethods Class
Class with various extension methods for various classes.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesExtensionMethods

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExpand
Expands the specified bitarray with the specified number of slots
Public methodStatic memberGetValueTKey, TValue
Gets the value for the key from the dictionary specified, or null / default(TValue) if key not found or the key is null.
Top
See Also