DotfuscatorAttribute Constructor |
Namespace: (Default Namespace)Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic DotfuscatorAttribute(
string a,
int c
)
Public Sub New (
a As String,
c As Integer
)
public:
DotfuscatorAttribute(
String^ a,
int c
)
new :
a : string *
c : int -> DotfuscatorAttribute
Parameters
- a
- Type: SystemString
- c
- Type: SystemInt32
See Also