C# Класс Castle.DynamicProxy.Tests.Classes.ComplexNonInheritableAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
access FileAccess
id int
isSomething bool
name String

Открытые методы

Метод Описание
ComplexNonInheritableAttribute ( int id, int num, bool isSomething, string name, FileAccess access ) : System
ComplexNonInheritableAttribute ( int id, int num, string name ) : System

Описание методов

ComplexNonInheritableAttribute() публичный Метод

public ComplexNonInheritableAttribute ( int id, int num, bool isSomething, string name, FileAccess access ) : System
id int
num int
isSomething bool
name string
access FileAccess
Результат System

ComplexNonInheritableAttribute() публичный Метод

public ComplexNonInheritableAttribute ( int id, int num, string name ) : System
id int
num int
name string
Результат System

Описание свойств

access публичное свойство

public FileAccess access
Результат FileAccess

id публичное свойство

public int id
Результат int

isSomething публичное свойство

public bool isSomething
Результат bool

name публичное свойство

public String name
Результат String