Table of Contents

Constructor MetadataProperty

Namespace
LMKit.Inspection
Assembly
LM-Kit.NET.dll

MetadataProperty(string, string, object, ValueKind)

Creates one property. value must match kind.

public MetadataProperty(string group, string key, object value, MetadataProperty.ValueKind kind)

Parameters

group string
key string
value object
kind MetadataProperty.ValueKind
Share