Property | Type | Description | |
---|---|---|---|
ReleaseDesignerOutlets | void | ||
cancelIt | void | ||
doIt | void |
Method | Description | |
---|---|---|
HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void | ||
Playground_iOSViewController ( ) : System | ||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
ToHex ( byte bytes, bool upperCase ) : string |
Method | Description | |
---|---|---|
ReleaseDesignerOutlets ( ) : void | ||
cancelIt ( Foundation sender ) : void | ||
doIt ( Foundation sender ) : void |
public HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void | ||
bytes | long | |
totalBytes | long | |
totalBytesExpected | long | |
return | void |
public Playground_iOSViewController ( ) : System | ||
return | System |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
return | bool |
public static ToHex ( byte bytes, bool upperCase ) : string | ||
bytes | byte | |
upperCase | bool | |
return | string |