'Declaration
Public Shared Function Create(Of T)( _ ByVal value As T _ ) As RedactionWrapper(Of T)
'Usage
Dim value As T Dim value As RedactionWrapper(Of T) value = Redact.Create(Of T)(value)
public static RedactionWrapper<T> Create<T>( T value )
public: static RedactionWrapper<T^>^ Creategeneric<typename T> ( T^ value )
Parameters
- value
Type Parameters
- T