Class CodeSourceContent
- Namespace
- Virtufin.WorkManager.Contracts
- Assembly
- Virtufin.WorkManager.dll
Represents code sourced from direct content.
public sealed record CodeSourceContent : CodeSource, IEquatable<CodeSource>, IEquatable<CodeSourceContent>
- Inheritance
-
CodeSourceContent
- Implements
- Inherited Members
Constructors
CodeSourceContent(byte[])
Represents code sourced from direct content.
public CodeSourceContent(byte[] Content)
Parameters
Contentbyte[]The byte content of the code.
Properties
Content
The byte content of the code.
public byte[] Content { get; init; }
Property Value
- byte[]