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

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

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

Public Member Functions

 ParameterizedTypeAttribute (string parameter)
 initializes an instance with the specified value. More...
 

Properties

string Type [get]
 

Private Attributes

string m_parameter
 

Detailed Description

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

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

See also
TypeParametersAttribute

Definition at line 33 of file ParameterizedTypeAttribute.cs.

Constructor & Destructor Documentation

◆ ParameterizedTypeAttribute()

uno.ParameterizedTypeAttribute.ParameterizedTypeAttribute ( string  parameter)
inline

initializes an instance with the specified value.

Parameters
parameterthe name of parameter from the parameter list from <type scope="uno.idl">TypeParametersAttribute</type> It must not be null.

Definition at line 42 of file ParameterizedTypeAttribute.cs.

References uno.ParameterizedTypeAttribute.m_parameter.

Member Data Documentation

◆ m_parameter

string uno.ParameterizedTypeAttribute.m_parameter
private

Property Documentation

◆ Type

string uno.ParameterizedTypeAttribute.Type
get

Definition at line 47 of file ParameterizedTypeAttribute.cs.


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