C# Class bc.flash.AsObject

Afficher le fichier Open project: weeeBox/oldies-bc-as3converter Class Usage Examples

Méthodes publiques

Méthode Description
createLiteralObject ( ) : Object
deleteOwnProperty ( String name ) : void
getOwnProperty ( String name ) : Object
hasOwnProperty ( String name ) : bool
setOwnProperty ( String name, Object _value ) : void
toString ( ) : String

Method Details

createLiteralObject() public static méthode

public static createLiteralObject ( ) : Object
Résultat Object

deleteOwnProperty() public méthode

public deleteOwnProperty ( String name ) : void
name String
Résultat void

getOwnProperty() public méthode

public getOwnProperty ( String name ) : Object
name String
Résultat Object

hasOwnProperty() public méthode

public hasOwnProperty ( String name ) : bool
name String
Résultat bool

setOwnProperty() public méthode

public setOwnProperty ( String name, Object _value ) : void
name String
_value Object
Résultat void

toString() public méthode

public toString ( ) : String
Résultat String