Method | Description | |
---|---|---|
CompileAndGetBytes ( object content ) : byte[] |
Compile the specified input object and return the XNB file as a byte array.
|
protected CompileAndGetBytes ( object content ) : byte[] | ||
content | object | /// The content to compile. /// |
return | byte[] |