Table of Contents

Class SchemaMemberAttribute

Namespace
CounterStrikeSharp.API.Core.Attributes
Assembly
CounterStrikeSharp.API.dll
[AttributeUsage(AttributeTargets.Property)]
public class SchemaMemberAttribute : Attribute
Inheritance
SchemaMemberAttribute
Inherited Members

Constructors

SchemaMemberAttribute(string, string)

public SchemaMemberAttribute(string className, string memberName)

Parameters

className string
memberName string

Properties

ClassName

public string ClassName { get; }

Property Value

string

MemberName

public string MemberName { get; }

Property Value

string