[Serializable] |
ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. |
Attributes (inherited from�System.CodeDom.CodeTypeMember) |
Read-write See base class member description: System.CodeDom.CodeTypeMember.Attributes Gets or sets the attributes of the member. |
Comments (inherited from�System.CodeDom.CodeTypeMember) |
Read-only See base class member description: System.CodeDom.CodeTypeMember.Comments Gets the comment collection for the type member. |
CustomAttributes (inherited from�System.CodeDom.CodeTypeMember) |
Read-write See base class member description: System.CodeDom.CodeTypeMember.CustomAttributes Gets or sets the custom attributes of the member. |
GetStatements | Read-only Gets the collection of get statements for the property. |
HasGet | Read-write Gets or sets a value indicating whether the property has a get method accessor. |
HasSet | Read-write Gets or sets a value indicating whether the property has a set method accessor. |
ImplementationTypes | Read-only Gets the data types of any interfaces that the property implements. |
LinePragma (inherited from�System.CodeDom.CodeTypeMember) |
Read-write See base class member description: System.CodeDom.CodeTypeMember.LinePragma Gets or sets the line the statement occurs on. |
Name (inherited from�System.CodeDom.CodeTypeMember) |
Read-write See base class member description: System.CodeDom.CodeTypeMember.Name Gets or sets the name of the member. |
Parameters | Read-only Gets the collection of declaration expressions for the property. |
PrivateImplementationType | Read-write Gets or sets the data type of the interface, if any, this property, if private, implements. |
SetStatements | Read-only Gets the collection of set statements for the property. |
Type | Read-write Gets or sets the data type of the property. |
UserData (inherited from�System.CodeDom.CodeObject) |
Read-only See base class member description: System.CodeDom.CodeObject.UserData Gets or sets the user-definable data for the current object. |
Equals (inherited from�System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from�System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from�System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from�System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from�System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from�System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public CodeMemberProperty(); |
public MemberAttributes�Attributes {get; set;}
|
public CodeCommentStatementCollection�Comments {get;}
|
public CodeAttributeDeclarationCollection�CustomAttributes {get; set;}
|
public CodeStatementCollection�GetStatements {get;}
|
public bool�HasGet {get; set;}
|
public bool�HasSet {get; set;}
|
public CodeTypeReferenceCollection�ImplementationTypes {get;}
|
public CodeLinePragma�LinePragma {get; set;}
|
public string�Name {get; set;}
|
public CodeParameterDeclarationExpressionCollection�Parameters {get;}
|
public CodeTypeReference�PrivateImplementationType {get; set;}
|
public CodeStatementCollection�SetStatements {get;}
|
public CodeTypeReference�Type {get; set;}
|
public IDictionary�UserData {get;}
|
~CodeMemberProperty(); |
public virtual int�GetHashCode(); |
public Type�GetType(); |
protected object�MemberwiseClone(); |
public virtual string ToString(); |