Enum CsMemberType
Enumeration of the types of members that are supported in the c# source code type.
Namespace: CodeFactory.DotNet.CSharp
Assembly: CodeFactory.DotNet.dll
Syntax
public enum CsMemberType
Fields
Name | Description |
---|---|
Event | The member is a event model. |
Field | The member is a field model. |
Method | The member is a method model. |
Property | The member is a property model. |
Unknown | The member type is currently not known. |