Click or drag to resize

DefaultValueStaticAttribute Constructor

Initializes a new instance of the DefaultValueStaticAttribute class

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public DefaultValueStaticAttribute(
	Type type,
	string staticFieldName
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Demo3D.Common.DefaultValueStaticAttribute.#ctor(System.Type,System.String)"]

staticFieldName
Type: SystemString

[Missing <param name="staticFieldName"/> documentation for "M:Demo3D.Common.DefaultValueStaticAttribute.#ctor(System.Type,System.String)"]

See Also