Method | Description | |
---|---|---|
BytesetData ( Range r, byte c ) : System | ||
BytesetData ( Range r, byte c, bool bNegated ) : System | ||
BytesetData ( System b ) : System | ||
BytesetData ( System b, bool bNegated ) : System | ||
Matches ( byte c ) : bool |
public BytesetData ( Range r, byte c ) : System | ||
r | Range | |
c | byte | |
return | System |
public BytesetData ( Range r, byte c, bool bNegated ) : System | ||
r | Range | |
c | byte | |
bNegated | bool | |
return | System |
public BytesetData ( System b, bool bNegated ) : System | ||
b | System | |
bNegated | bool | |
return | System |