W3cubDocs

/Haxe C#

PropertyBuilder

package cs.system.reflection.emit

extends PropertyInfoMemberInfo

implements _PropertyBuilder

@:final@:libType@:csNative@:native("System.Reflection.Emit.PropertyBuilder") Available on cs

Variables

read only PropertyToken:PropertyToken

Methods

@:final @:overload AddOtherMethod (mdBuilder:MethodBuilder):Void

@:final @:overload SetConstant (defaultValue:Dynamic):Void

@:final @:overload SetCustomAttribute (customBuilder:CustomAttributeBuilder):Void

@:final @:overload SetCustomAttribute (con:ConstructorInfo, binaryAttribute:NativeArray<UInt8>):Void

@:final @:overload SetGetMethod (mdBuilder:MethodBuilder):Void

@:final @:overload SetSetMethod (mdBuilder:MethodBuilder):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/reflection/emit/PropertyBuilder.html