TypeBuilderExtensions.

Properties(TypeBuilder, IEnumerable<PropertyDeclarationSyntax>) Method

Namespace
Ponet
Containing Type
TypeBuilderExtensions

Syntax

public static TypeBuilder Properties(this TypeBuilder typeBuilder, IEnumerable<PropertyDeclarationSyntax> properties)

Parameters

Name Type Description
typeBuilder TypeBuilder
properties IEnumerable<PropertyDeclarationSyntax>

Return Value

Type Description
TypeBuilder