C# Class MixinRefactoring.Property

Inheritance: Member
Show file Open project: pgenfer/mixinSharp Class Usage Examples

Public Methods

Method Description
Property ( string name, ITypeSymbol type, bool hasGetter, bool hasSetter ) : System

Protected Methods

Method Description
CreateCopy ( ) : Member

Method Details

CreateCopy() protected method

protected CreateCopy ( ) : Member
return Member

Property() public method

public Property ( string name, ITypeSymbol type, bool hasGetter, bool hasSetter ) : System
name string
type ITypeSymbol
hasGetter bool
hasSetter bool
return System