Click or drag to resize

MetadataProperty Constructor

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Property(
	Object owner,
	string name,
	bool isStatic,
	MetadataTypeInfo type,
	MetadataTypeInfo typeUnreferenced,
	MetadataParameter[] indexers,
	bool readOnly
)

Parameters

owner
Type: SystemObject
name
Type: SystemString
isStatic
Type: SystemBoolean
type
Type: NeoAxisMetadataTypeInfo
typeUnreferenced
Type: NeoAxisMetadataTypeInfo
indexers
Type: NeoAxisMetadataParameter
readOnly
Type: SystemBoolean
See Also