Show / Hide Table of Contents

Enum Modifiers

Describes all the possible modifiers.

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

Fields

Name Description
Abstract

Generate with the abstract modifier.

Private

Generate with the private modifier.

Public

Generate with the public modifier.

Static

Generate with the static modifier.

Virtual

Generate with the virtual modifier.

Extension Methods

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