LibreOffice Module cli_ure (master) 1
Public Member Functions | Properties | Private Attributes | List of all members
uno.TypeParametersAttribute Class Reference

is used to mark a UNO entity to have type parameters. More...

Inheritance diagram for uno.TypeParametersAttribute:
[legend]
Collaboration diagram for uno.TypeParametersAttribute:
[legend]

Public Member Functions

 TypeParametersAttribute (string[] parameters)
 initializes an instance with the specified value. More...
 

Properties

string[] Parameters [get]
 

Private Attributes

string[] m_parameters
 

Detailed Description

is used to mark a UNO entity to have type parameters.

Currently it is only applied with polymorphic structs. That is structs, which have a type parameter list.

Definition at line 31 of file TypeParametersAttribute.cs.

Constructor & Destructor Documentation

◆ TypeParametersAttribute()

uno.TypeParametersAttribute.TypeParametersAttribute ( string[]  parameters)
inline

initializes an instance with the specified value.

Parameters
parametersarray of names representing the types. It must not be null.

Definition at line 39 of file TypeParametersAttribute.cs.

References uno.TypeParametersAttribute.m_parameters.

Member Data Documentation

◆ m_parameters

string [] uno.TypeParametersAttribute.m_parameters
private

Property Documentation

◆ Parameters

string [] uno.TypeParametersAttribute.Parameters
get

Definition at line 44 of file TypeParametersAttribute.cs.


The documentation for this class was generated from the following file: