When applied to a class or structure, indicates that the implementation of the type
can be specialized for specific values of the type parameters.
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public class CanSpecializeAttribute : Attribute
|
| Visual Basic (Declaration) |
Public Class CanSpecializeAttribute _
Inherits Attribute
|
| Visual C++ |
public ref class CanSpecializeAttribute : public Attribute
|
| F# |
type CanSpecializeAttribute =
class
inherit Attribute
end
|
Remarks
Inheritance Hierarchy
See Also