Table of Contents

Class SubclassAttribute<T>

Namespace
GObject
Assembly
GObject-2.0.dll
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class SubclassAttribute<T> : Attribute where T : Object

Type Parameters

T
Inheritance
SubclassAttribute<T>
Inherited Members

Constructors

SubclassAttribute(string?)

public SubclassAttribute(string? qualifiedName = null)

Parameters

qualifiedName string

Properties

QualifiedName

public string? QualifiedName { get; }

Property Value

string