Show / Hide Table of Contents

Enum ParameterModifiers

Describes all possible parameter modifiers.

Namespace:Testura.Code
Assembly:Testura.Code.dll
Syntax
public enum ParameterModifiers

Fields

Name Description
None

Generate with no modifier.

Out

Generate with the out modifier.

Ref

Generate with the ref modifier.

This

Generate with the this modifier/keyword.

Extension Methods

ObjectExtensions.IsNumeric()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX