Constructor FromCodeAttribute
- Namespace
- DSharpPlus.Commands.ArgumentModifiers
- Assembly
- DSharpPlus.Commands.dll
FromCodeAttribute(CodeType)
Creates a new FromCodeAttribute with the specified codeType
.
public FromCodeAttribute(CodeType codeType = CodeType.All)
Parameters
codeType
CodeTypeThe type of code block to accept.