Method | Description | |
---|---|---|
ContentRestriction ( ) : System |
Initializes a new instance of the ContentRestriction class.
|
|
Deserialize ( byte restrictionData ) : void |
Deserialize the OrRestriction data.
|
|
Serialize ( ) : byte[] |
Serialize the Restriction data.
|
|
Size ( ) : int |
Get the size of the restriction data.
|
public Deserialize ( byte restrictionData ) : void | ||
restrictionData | byte | The restriction data. |
return | void |