C# Class ICSharpCode.NRefactory.MonoCSharp.Struct

Inheritance: ClassOrStruct
Afficher le fichier Open project: 0xd4d/NRefactory Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( StructuralVisitor visitor ) : void
ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
Emit ( ) : void
IsUnmanagedType ( ) : bool
Struct ( TypeContainer parent, MemberName name, Modifiers mod, Attributes attrs ) : System

Méthodes protégées

Méthode Description
DoDefineMembers ( ) : bool
ResolveBaseTypes ( FullNamedExpression &base_class ) : System.TypeSpec[]

Private Methods

Méthode Description
CheckFieldTypeCycle ( System.TypeSpec ts ) : bool
CheckStructCycles ( ) : bool
HasUserDefaultConstructor ( ) : bool

Method Details

Accept() public méthode

public Accept ( StructuralVisitor visitor ) : void
visitor StructuralVisitor
Résultat void

ApplyAttributeBuilder() public méthode

public ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
a System.Attribute
ctor MethodSpec
cdata byte
pa PredefinedAttributes
Résultat void

DoDefineMembers() protected méthode

protected DoDefineMembers ( ) : bool
Résultat bool

Emit() public méthode

public Emit ( ) : void
Résultat void

IsUnmanagedType() public méthode

public IsUnmanagedType ( ) : bool
Résultat bool

ResolveBaseTypes() protected méthode

protected ResolveBaseTypes ( FullNamedExpression &base_class ) : System.TypeSpec[]
base_class FullNamedExpression
Résultat System.TypeSpec[]

Struct() public méthode

public Struct ( TypeContainer parent, MemberName name, Modifiers mod, Attributes attrs ) : System
parent TypeContainer
name MemberName
mod Modifiers
attrs Attributes
Résultat System