bc.flash.AsObject.hasOwnProperty C# (CSharp) Method

hasOwnProperty() public method

public hasOwnProperty ( String name ) : bool
name String
return bool
        public virtual bool hasOwnProperty(String name)
        {
            return mProperties != null && mProperties.ContainsKey(name);
        }