WithType(IType)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in DeclarationBuilder
Sets the Type of the Declaration .
public DeclarationBuilder WithType(IType type)
type
The type to apply to the Declaration.
The DeclarationBuilder instance that received this method call.