 | BaseTypeRequiredAttributeBaseTypes Property |
Gets enumerations of specified base types
Namespace: Slash.Diagnostics.ReSharper.AnnotationsAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic Type[] BaseTypes { get; }
Public ReadOnly Property BaseTypes As Type()
Get
public:
property array<Type^>^ BaseTypes {
array<Type^>^ get ();
}
member BaseTypes : Type[] with get
Property Value
Type:
Type
See Also