All pages
Powered by GitBook
1 of 1

Loading...

WithType(IType)

Method in DeclarationBuilder

Summary

Sets the Type of the Declaration .

public DeclarationBuilder WithType(IType type)

Parameters

Name
Description

Returns

The instance that received this method call.

Yarn.IType type

The type to apply to the Declaration.

DeclarationBuilder