C# Class BugsDemo.ClassWithNonAtomicGuidAccess

Datei anzeigen Open project: bazile/Training

Public Methods

Method Description
GetValue ( ) : System.Guid
SetValue ( System.Guid value ) : void

Method Details

GetValue() public method

public GetValue ( ) : System.Guid
return System.Guid

SetValue() public method

public SetValue ( System.Guid value ) : void
value System.Guid
return void