Implements Add(Object).
Namespace:
PerpetuumSoft.Instrumentation.StylesAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public Style Add( Style value ) |
Visual Basic (Declaration) |
---|
Public Function Add ( _ value As Style _ ) As Style |
Visual C++ |
---|
public: Style^ Add( Style^ value ) |